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


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