Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowAreaSeries Class / LabelContainsLowValue Property


In This Topic
LabelContainsLowValue Property (HighLowAreaSeries)
In This Topic
Gets or sets whether the low value is displayed in the labels.
Syntax
'Declaration
 
Public Property LabelContainsLowValue As Boolean
 
'Usage
 
Dim instance As HighLowAreaSeries
Dim value As Boolean
 
instance.LabelContainsLowValue = value
 
value = instance.LabelContainsLowValue
See Also