DateAxis Properties
Specifies settings for a date axis.| Name | Description |
|---|---|
| Auto | Gets or sets whether the axis type is determined automatically based on the chart data. |
| AxisType | Returns the axis type. |
| BaseTimeUnit | Gets or sets the base time unit for the date axis. |
| CrossesAt | Gets or sets the value at which this axis crosses another axis. Inherited from Axis. |
| CrossType | Gets or sets how this axis crosses another axis. Inherited from Axis. |
| Effects | Gets or sets shape effects for the chart element. Inherited from ChartElement. |
| Fill | Gets or sets fill settings for the chart element. Inherited from ChartElement. |
| LabelOffset | Gets or sets the offset of axis labels from the tick marks. |
| LabelTextProperties | Gets or sets text formatting settings for axis labels. Inherited from AxisBase. |
| MajorGridlines | Gets or sets line settings for major gridlines. Inherited from AxisBase. |
| MajorTickMark | Gets or sets the major tick mark position type. Inherited from AxisBase. |
| MajorTimeUnit | Gets or sets the time unit used for major ticks. |
| MajorUnit | Gets or sets the major unit between primary ticks on the date axis. |
| MinorGridlines | Gets or sets line settings for minor gridlines. Inherited from AxisBase. |
| MinorTickMark | Gets or sets the minor tick mark position type. Inherited from AxisBase. |
| MinorTimeUnit | Gets or sets the time unit used for minor ticks. |
| MinorUnit | Gets or sets the minor unit interval. |
| NumberFormat | Gets or sets number format options for numerical values displayed in axis labels. Inherited from AxisBase. |
| OutlineStyle | Gets or sets outline settings for the chart element. Inherited from ChartElement. |
| Position | Gets or sets the axis position in the chart. Inherited from Axis. |
| Scaling | Gets or sets scaling settings for the axis. Inherited from Axis. |
| TickLabelPosition | Gets or sets the tick label position relative to the axis. Inherited from AxisBase. |
| Title | Gets or sets title settings for the axis. Inherited from Axis. |
| Visible | Gets or sets whether the axis is visible. Inherited from AxisBase. |
See Also