ClassFunnelDataPoint
Class
Represents a single-value data point plotted by a funnel chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class FunnelDataPoint : SingleValueDataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectChartNodeDataPointSingleValueDataPointFunnelDataPoint
Implements:
Inherited Members
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.
ValueToTotalRatio
Gets the value which indicates the ratio between this point's value and the total of all points' values.