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
The BaseUnit property determines measurement units used for the dates axis.
The CategoryPointCollapse property determines a method of aggregation in the dates axis
The CrossAxisPositionValue property determines the point of intersection with the Y axis.
The MajorTickStartAt property determines the dates axis point, from which major tick marks start.
The MajorTickUnit property determines measurement units for major tick marks on the dates axis
The MajorTickUnitInterval property determines major tick mark intervals on the dates axis.
The Max property determines a maximum value on the dates axis.
The Max property determines a minimum value on the dates axis.
The MinorTickUnit property determines measurement units for minor tick marks on the dates axis.
The MinorTickUnitInterval property determines a minor tick marks interval on the dates axis.

See also:

Chart Assembly Interfaces