Class FunnelDataPoint
Represents a single-value data point plotted by a funnel chart.
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class FunnelDataPoint : SingleValueDataPoint, INotifyPropertyChanged, IDataPoint
Constructors
FunnelDataPoint()
Properties
Points
Gets the points which define this segment.
Declaration
public ReadOnlyCollection<Point> Points { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Point>
|
ValueToFirstRatio
Gets the value which indicates the ratio between this point's value and the first point's value.
Declaration
public double ValueToFirstRatio { get; }
Property Value
System.Double
|
ValueToTotalRatio
Gets the value which indicates the ratio between this point's value and the total of all points' values.
Declaration
public double ValueToTotalRatio { get; }
Property Value
System.Double
|