GrapeCity.Xaml.Excel
Separator Property (IExcelDataLabels)


GrapeCity.Excel.Chart Namespace > IExcelDataLabels Interface : Separator Property
Specifies text that shall be used to separate the parts of the data label, the default is comma.
Syntax
'Declaration
 
Property Separator As String
'Usage
 
Dim instance As IExcelDataLabels
Dim value As String
 
instance.Separator = value
 
value = instance.Separator
string Separator {get; set;}
See Also

Reference

IExcelDataLabels Interface
IExcelDataLabels Members