Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPointSeries Class / LabelContainsXValue Property


In This Topic
    LabelContainsXValue Property (XYPointSeries)
    In This Topic
    Gets or sets whether the x value is displayed in the labels.
    Syntax
    'Declaration
     
    
    Public Property LabelContainsXValue As Boolean
    'Usage
     
    
    Dim instance As XYPointSeries
    Dim value As Boolean
     
    instance.LabelContainsXValue = value
     
    value = instance.LabelContainsXValue
    public bool LabelContainsXValue {get; set;}
    See Also