Skip to main content
All docs
V26.1
  • Axis2D.ShowBehind Property

    Gets or sets the value that specifies whether to show an axis behind chart series, axis labels, gridlines and tickmarks.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
    public bool ShowBehind { get; set; }

    Property Value

    Type Description
    Boolean

    true if the axis draws behind series, axis labels, gridlines and tickmarks; otherwise false.

    See Also