LabelOrder Property
The LabelOrder property returns or sets the order plot labels are drawn in ternary plots. Returns a Long.
Syntax
object.LabelOrder
object.LabelOrder = Style
Parameter | Type | Description |
Style | Long | required, grfTernaryLabelOrder |
Example 1
This example shows how to plot ternary labels in the Y,X,Z order.
Plot.LabelOrder = grfYXZ
Example 2
This example shows how to return the label order.
Debug.Print Plot.LabelOrder
Used by: AutoTernaryPlot object