Retrieves the characters to be treated as separators in the string arguments of the SetSeriesValuesFromString, SetCategoriesFromString and SetDataFromTxtFile methods.
String object.GetSeparators( )
The following JSP code illustrates use of the GetSeparators method.
// Retrieve the separators String sep= chart.GetSeparators(); // Add ':' in the separators list chart.SetSeparators( sep + ":", false );
SetSeparators Method | SetSeriesValuesFromString Method | SetCategoriesFromString Method | SetDataFromTxtFile Method | SetUnicode Method
Applies To: Chart Object