Back to Devexpress

XYDiagram3D.SeriesDistanceFixed Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram3d-19693a19.md

latest2.2 KB
Original Source

XYDiagram3D.SeriesDistanceFixed Property

Specifies the distance between Manhattan Bar series, in pixels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Int32

An integer value, specifying the distance between 3D series, in pixels.

|

Remarks

The SeriesDistanceFixed property specifies the distance between two Manhattan Bar series, in pixels. This means that the distance doesn’t change when the chart is being resized.

To specify this distance in axis units , use the XYDiagram3D.SeriesDistance property. If the SeriesDistanceFixed and XYDiagram3D.SeriesDistance properties are in effect simultaneously, their values are accumulated together, expressing constant and variable distances.

See Also

SeriesDistance

XYDiagram3D Class

XYDiagram3D Members

DevExpress.XtraCharts Namespace