FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYLineSeries Class / LabelContainsXValue Property


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