Skip to main content
A newer version of this page is available. .

XYDiagram3D.SeriesDistanceFixed Property

Specifies the distance between Manhattan Bar series, in pixels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int SeriesDistanceFixed { get; set; }

Property Value

Type Description
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.

SeriesDistance.png

See Also