Returns the number of series in the chart object.
string object->GetSeparators( )
The following PHP code illustrates use of the GetSeparators method.
// Retrieve the separators $sep= $chart->GetSeparators(); // Add ':' in the separators list if necessary if( !strchr($sep,":") ) $chart->SetSeparators( $sep . ":", false );
SetSeparators Method | SetSeriesValuesFromString Method | SetCategoriesFromString Method | SetDataFromTxtFile Method | SetUnicode Method
Applies To: Chart Object