Skip to main content
All docs
V26.1
  • AxisBase Members

    The base class for all chart axis objects.

    Properties

    Name Description
    Effects Inherited from ChartElement.
    Fill Inherited from ChartElement.
    LabelTextProperties Gets or sets text formatting settings for axis labels.
    MajorGridlines Gets or sets line settings for major gridlines.
    MajorTickMark Gets or sets the major tick mark position type.
    MinorGridlines Gets or sets line settings for minor gridlines.
    MinorTickMark Gets or sets the minor tick mark position type.
    NumberFormat Gets or sets number format options for numerical values displayed in axis labels.
    OutlineStyle Inherited from ChartElement.
    TickLabelPosition Gets or sets the tick label position relative to the axis.
    Title Gets or sets axis title settings.
    Visible Gets or sets whether the axis is visible.

    Methods

    Name Description
    Clone() Creates a copy of the current axis base object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also