FunnelDataPoint
Class
Represents a single-value data point plotted by a funnel chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class FunnelDataPoint : SingleValueDataPoint, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectChartNodeDataPointSingleValueDataPointFunnelDataPoint...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FunnelDataPoint class.
C#
public FunnelDataPoint()
Properties
Points
ReadOnlyCollection<Point>
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; }