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