Ternary100 Property
The Ternary100 property returns or sets if the ternary axis should use a 0 to 100 scale. Returns a Boolean.
Syntax
object.Ternary100
object.Ternary100 = Ternary100
Parameter | Type | Description |
Ternary100 | Boolean | required |
Example
This example shows how to set the ternary axes to use a zero to 100 scale.
Axis.Ternary100 = True
Used by: AutoAxis object