Back to Devexpress

XYDiagram3D.SeriesIndentFixed Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram3d-c7e8dc60.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int SeriesIndentFixed { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property SeriesIndentFixed As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

See Also

XYDiagram3D Class

XYDiagram3D Members

DevExpress.XtraCharts Namespace