Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Series Class / LabelSeparator Property
Example


In This Topic
    LabelSeparator Property
    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 Series
    Dim value As String
     
    instance.LabelSeparator = value
     
    value = instance.LabelSeparator
    public string LabelSeparator {get; set;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    Example
    This example displays a series label.
    See Also