GrapeCity.Xaml.Excel
Separator Property (ExcelDataLabels)


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

Reference

ExcelDataLabels Class
ExcelDataLabels Members