Skip to main content
All docs
V26.1
  • AxisEx Properties

    A base class for ChartEx axes.
    Name Description
    AxisType Returns the extended axis type.
    DisplayUnit Gets or sets display unit settings for axis labels.
    Effects Inherited from ChartElement.
    Fill Inherited from ChartElement.
    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.
    MajorUnit Gets or sets the interval between major ticks.
    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.
    MinorUnit Gets or sets the interval between minor ticks.
    NumberFormat Gets or sets number format options for numerical values displayed in axis labels. Inherited from AxisBase.
    OutlineStyle Inherited from ChartElement.
    TickLabelPosition Gets or sets the tick label position relative to the axis. Inherited from AxisBase.
    Title Gets or sets title settings for the ChartEx axis.
    Visible Gets or sets whether the axis is visible. Inherited from AxisBase.
    See Also