ValueAxis.NumGridPerValue
- Last UpdatedDec 08, 2015
- 1 minute read
The ValueAxis.NumGridPerValue property is a read-write integer property that gets or sets the number of grid lines that appear between each value shown along the Y-axis. The valid range is 1 to 20.
Syntax
ValueAxis.NumGridPerValue = int;
Result = ValueAxis.NumGridPerValue;
Remarks
The default is 2.