AxesScale100 Property

The AxesScale100 property returns or sets the if the ternary axes are drawn using 0 to 1 scale or 0 to 100 scale. Returns a Boolean.

Syntax

object.AxesScale100

object.AxesScale100 = AxesScale100

 

Parameter Type Description
AxesScale100 Boolean required, true is 0 to 100 and false is 0 to 1

 

Example

This example shows how to set all the ternary axes to a 0 to 100 scale.

TernaryPlot.AxesScale100 = True

 

Used by: AutoTernaryPlot object