Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataLabels Interface / Separator Property


In This Topic
    Separator Property (IDataLabels)
    In This Topic
    Gets or sets the separator used for the data labels on a chart.
    Syntax
    'Declaration
     
    Property Separator As String
    'Usage
     
    Dim instance As IDataLabels
    Dim value As String
     
    instance.Separator = value
     
    value = instance.Separator
    string Separator {get; set;}
    See Also