Back to Devexpress

Axis2D.ShowBehind Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-8857709e.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool ShowBehind { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ShowBehind As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace