Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineSeries Class / LabelContainsValue Property


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