XYDiagram3D.SeriesIndentFixed Property
In This Article
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.v24.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
See Also