GrapeCity.Xaml.Excel
Separator Property (ExcelDataLabel)


GrapeCity.Excel.Chart Namespace > ExcelDataLabel 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 ExcelDataLabel
Dim value As String
 
instance.Separator = value
 
value = instance.Separator
public string Separator {get; set;}
See Also

Reference

ExcelDataLabel Class
ExcelDataLabel Members