Skip to main content
All docs
V26.1
  • AxisLabelPosition Enum

    Lists values that specify the axis label position.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v26.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public enum AxisLabelPosition

    Members

    Name Description
    Outside

    Labels are outside of the chart plot area.

    Inside

    Labels are inside of the chart plot area.

    Related API Members

    The following properties accept/return AxisLabelPosition values:

    Remarks

    Use the AxisLabelPosition enumeration values to specify the Axis2D.LabelPosition property.

    See Also