Message-ID: <1689766308.10433.1711724615844.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10432_209520763.1711724615844" ------=_Part_10432_209520763.1711724615844 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ValueAxis

ValueAxis

Description

=20

A ValueAxis object represents a = chart's value (y) axis. The ValueAxis class extends Axis .

=20
C#
=20
 public sealed class ValueAxis : Axis
=20
=20
vb.net
=20
Public NotInheritable Class ValueAxis
=09=09Inherits Axis
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 = =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

CategoryAxisCrossMaxValue

Sets or returns whether the category axis will c= ross the value axis at its maximum value.

CategoryCrossingValue

Sets or returns the Y value at which the categor= y 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.=20

= MinValue

Sets or returns the minimum value on the y axis.=

UseLogarithmicScale

Sets or returns whether a logarithmic scale shou= ld be used on the axis.
------=_Part_10432_209520763.1711724615844--