Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BarSeries Class / LabelContainsValue Property


In This Topic
    LabelContainsValue Property (BarSeries)
    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 BarSeries
    Dim value As Boolean
     
    instance.LabelContainsValue = value
     
    value = instance.LabelContainsValue
    public bool LabelContainsValue {get; set;}
    See Also