FunnelSeriesView.PointDistance Property
Gets or sets the distance between points of a Funnel series.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer, representing the distance between points of a Funnel series view, in pixels. |
Remarks
The following images demonstrate the PointDistance property in action.
PointDistance = 0 | PointDistance = 5 |
---|---|
See Also