IChartDateAxisSettings

Assembly: Chart;

Description

The IChartDateAxisSettings interface is used to set up dates axis.

Inheritance Hierarchy

          IChartDateAxisSettings

Comments

Use the IChartDateAxisSettings interface is the X axis is a dates axis, that is, if the IChartAxis.AxisType property is set to ChartAxisType.DateAxis.

Properties

  Property name Brief description
BaseUnit

The BaseUnit property determines measurement units used for the dates axis.
CategoryPointCollapse

The CategoryPointCollapse property determines a method of aggregation in the dates axis
CrossAxisPositionValue

The CrossAxisPositionValue property determines the point of intersection with the Y axis.
MajorTickStartAt

The MajorTickStartAt property determines the dates axis point, from which major tick marks start.
MajorTickUnit

The MajorTickUnit property determines measurement units for major tick marks on the dates axis
MajorTickUnitInterval

The MajorTickUnitInterval property determines major tick mark intervals on the dates axis.
Max

The Max property determines a maximum value on the dates axis.
Min

The Max property determines a minimum value on the dates axis.
MinorTickUnit

The MinorTickUnit property determines measurement units for minor tick marks on the dates axis.
MinorTickUnitInterval

The MinorTickUnitInterval property determines a minor tick marks interval on the dates axis.

See also:

Chart Assembly Interfaces