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