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