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