Skip to main content
All docs
V26.1
  • AxisTitleModel.Position Property

    Gets or sets the AxisTitle.Position property value within the model.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public AxisTitlePosition Position { get; set; }

    Property Value

    Type Description
    AxisTitlePosition

    An AxisTitlePosition enumeration value.

    Available values:

    Name Description
    Outside

    The axis title is outside of the chart plot area.

    Inside

    The axis title is inside of the chart plot area.

    See Also