Skip to main content
A newer version of this page is available. .

XYDiagram3D.SeriesIndentFixed Property

Gets or sets the distance between series and argument coordinate planes (front and back). The units of measurement are specific diagram pixels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int SeriesIndentFixed { get; set; }

Property Value

Type Description
Int32

An integer value, that specifies the space between series and coordinate planes. The default value is 10.

Remarks

SeriesIndentFixed.png

See Also