ShowYLabels Property
The ShowYLabels property returns or sets if the Y plot values are displayed in a ternary plot. Returns a Boolean.
Syntax
object.ShowYLabels
object.ShowYLabels = ShowYLabels
Parameter | Type | Description |
ShowYLabels | Boolean | required, true to display Y 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 Y axis labels in a ternary plot.
TernaryPlot.ShowYLabels = True
Used by: AutoTernaryPlot object