Description
A ValueAxis object represents a chart's value (y) axis. The ValueAxis class extends Axis .
Signature: C#
Signature: VB.NET
Properties
| Name | Description |
|---|---|
| CategoryAxisCrossMaxValue | Sets or returns whether the category axis will cross the value axis at its maximum value. |
| CategoryCrossingValue | Sets or returns the Y value at which the category axis crosses the value axis. |
| MajorIncrement | Sets or returns the major increment of the axis, the increment between its major gridlines and/or major ticks marks. |
| MaxValue | Sets or returns the maximum value on the y axis. |
| MinorIncrement | Sets or returns the minor unit of measurement of the axis, the gap between its minor gridlines and/or minor ticks marks. |
| MinValue | Sets or returns the minimum value on the y axis. |
| UseLogarithmicScale | Sets or returns whether a logarithmic scale should be used on the axis. |
