LabelSeparator Property (XYSeries)
In This Topic
Gets or sets the text used to separate the contents of a label.
Syntax
'Declaration
Public Property LabelSeparator As String
'Usage
Dim instance As XYSeries
Dim value As String
instance.LabelSeparator = value
value = instance.LabelSeparator
public string LabelSeparator {get; set;}
See Also