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

CategoryAxis

Description

A=20 CategoryAxis object represents a chart's category (x) axis. Ca= tegoryAxis is a sub-class of=20 Axis.=20
C#
=20
 public sealed class CategoryAxis : Axis
=20
=20
vb.net
=20
Public NotInheritable Class CategoryAxis
=09=09Inherits Axis
=20

Properties

Name

Description

AxisCrossesMidCategory

Sets or returns whether category axis major grid= lines will be between categories, or in the middle of categories. Gridlines= extend from the tick marks on an axis across the chart's plot area.

AxisCrossesMaxCategory

Sets or returns whether the value (y) axis cross= es the category (x) axis at the maximum category value.

BaseUnit

Sets or returns the time interval at which data points will be disp= layed.

CategoriesBetweenTickMarks

Sets or returns the number of categories to show= between axis tick marks.

CategoriesBetweenTickMarkLabels

Sets or returns the number of categories to show= between tick mark labels.

DisplayType

Sets or returns the display type for the data on the category ax= is.

MajorUnit

In conjunction with MajorUnitValue, determines the time interval between axis labels= and major tick marks for category axes with a DisplayType of TimeScale.

MajorUnitValue

Specifies the number of MajorUnits between axis labels and major tick = marks for time-scaled axes.

MaximumValue

Sets or returns the maximum value to be used in = the category (x) axis

MaximumValueAsDate

Sets or returns the maximum value to be used in = the category (x) axis, represented as DateTime

MinimumValue

Sets or returns the minimum value to be used in = the category (x) axis

MinimumValueAsDate

Sets or returns the minimum value to be used in = the category (x) axis, represented as DateTime

MinorUnit

In conjunction with MinorUnitValue, determines the time interval between minor tick = marks for category axes with a DisplayType of TimeScale.

MinorUnitValue

Specifies the number of MinorUnits between minor tick marks for time-s= caled axes.

ValueCrossingPoint

Sets or returns the category value at which the = value (y) axis crosses the category (x) axis.

ValueCrossingPointAsDate

Sets or returns the category value at which the = value (y) axis crosses the category (x) axis, represented as DateTime

Nested Classes

Name

Description

AxisDisplayType

Enumeration value allowing you to determine how = the axis is displayed.

AxisTimeUnit

Enumeration for determining the scale for catego= ry axes that have a Disp= layType of TimeScale.
------=_Part_9402_16399207.1711690405898--