ShowXLabels Property
The ShowXLabels property returns or sets if the X plot values are displayed in a ternary plot. Returns a Boolean.
Syntax
object.ShowXLabels
object.ShowXLabels = ShowXLabels
Parameter | Type | Description |
ShowXLabels | Boolean | required, true to display X labels |
Remarks
Set the ShowLabels property to true to display the labels. The ShowLabels property is accessed through the AutoTernaryPlot object's Labels property.
TernaryPlot.Labels.ShowLabels = True
Example
This example shows how to display X labels in a ternary plot.
TernaryPlot.ShowXLabels = True
Used by: AutoTernaryPlot object