Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowBarSeries Class / LabelContainsHighValue Property


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