FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / CandlestickSeries Class / LabelContainsHighValue Property


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