Skip to main content

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

NuGet Package: DevExpress.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