Click or drag to resize
NChartFunnelSeriesSettingsGapSum Property
The sum of gaps between the points in the funnel chart in interval [0, 1]. The deafult value is 0. Actual gap between the points is calculated as gapSum / (countOfPoints - 1) and 1 corresponds to the height of the chart's plot area.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public float GapSum { get; set; }

Property Value

Type: Single
See Also