Skip to main content

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

public int PointDistance { get; set; }

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
Funnel_PointDistance_0 Funnel_PointDistance_5
See Also