IChart > Chart Assembly Interfaces > IChartDateAxisSettings
Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IChartDateAxisSettings interface is used to set up dates axis.
IChartDateAxisSettings
Use the IChartDateAxisSettings interface is the X axis is a dates axis, that is, if the IChartAxis.AxisType property is set to ChartAxisType.DateAxis.
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: