Namespace: GlobFX.SwiffChartGenerator
Assembly: GlobFX.SwiffChartGenerator (in GlobFX.SwiffChartGenerator.dll)
Retrieves the characters to be treated as separators in the string arguments of the SetSeriesValuesFromString, SetCategoriesFromString and SetDataFromTxtFile methods.
Public Function GetSeparators As String
public string GetSeparators();
The following code illustrates use of the GetSeparators method.
' Retrieve the separators Dim sep As String = chart.GetSeparators() ' Add ':' in the separators list chart.SetSeparators( sep + ":", False )
// Retrieve the separators string sep= chart.GetSeparators(); // Add ':' in the separators list chart.SetSeparators( sep + ":", false );
SetSeparators Method | SetSeriesValuesFromString Method | SetCategoriesFromString Method | SetDataFromTxtFile Method
Applies To: Chart Object