Class
FunnelDataPoint

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

Definition

Constructors

FunnelDataPoint()

Initializes a new instance of the FunnelDataPoint class.

Declaration

cs-api-definition
public FunnelDataPoint()

Properties

Points

Gets the points which define this segment.

Declaration

cs-api-definition
public ReadOnlyCollection<Point> Points { get; }

Property Value

ReadOnlyCollection<Point>

ValueToFirstRatio

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

Declaration

cs-api-definition
public double ValueToFirstRatio { get; }

Property Value

double

ValueToTotalRatio

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

Declaration

cs-api-definition
public double ValueToTotalRatio { get; }

Property Value

double