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

FunnelSeriesView.PointDistance Property

Gets or sets the distance between points of a Funnel series.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0, Handler = "CommonPropertyChanged")]
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