New to Telerik UI for WPFStart a free 30-day trial

Represents a single-value data point plotted by a funnel chart.

Definition

Constructors

Initializes a new instance of the FunnelDataPoint class.

C#
public FunnelDataPoint()

Properties

Gets the points which define this segment.

C#
public ReadOnlyCollection<Point> Points { get; }

Gets the value which indicates the ratio between this point's value and the first point's value.

C#
public double ValueToFirstRatio { get; }

Gets the value which indicates the ratio between this point's value and the total of all points' values.

C#
public double ValueToTotalRatio { get; }