ValueAxis.Label
- Last UpdatedDec 08, 2015
- 1 minute read
The ValueAxis.Label property is a read-write integer property that gets or sets which labels are shown on the value axis.
0 = MultipleScales
1 = SingleScale
2 = ValuesAtCursor
Syntax
ValueAxis.Label = int;
Result = ValueAxis.Label;
Remarks
The default is 0.