Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / LabelNegativeRed Property


In This Topic
    LabelNegativeRed Property (ValueAxis)
    In This Topic
    Gets or sets whether the tick mark labels with negative values are displayed in red.
    Syntax
    'Declaration
     
    
    Public Property LabelNegativeRed As Boolean
    'Usage
     
    
    Dim instance As ValueAxis
    Dim value As Boolean
     
    instance.LabelNegativeRed = value
     
    value = instance.LabelNegativeRed
    public bool LabelNegativeRed {get; set;}
    See Also