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


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