Skip to main content

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.v23.2.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