XYDiagram3D.SeriesDistanceFixed Property
Specifies the distance between Manhattan Bar series, in pixels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
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.
See Also