FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ParetoSeries Class / LabelNegativeRed Property


In This Topic
LabelNegativeRed Property (ParetoSeries)
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 ParetoSeries
Dim value As Boolean
 
instance.LabelNegativeRed = value
 
value = instance.LabelNegativeRed
See Also