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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
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