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

XYDiagram3D.SeriesPadding Property

Gets or sets the padding between series and argument coordinate planes (front and back). The units of measurement are specific diagram pixels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public double SeriesPadding { get; set; }

Property Value

Type Description
Double

An integer value that specifies the space between series and coordinate planes.

See Also