Class FunnelDataPoint
Represents a single-value data point plotted by a funnel chart.
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class FunnelDataPoint : SingleValueDataPoint, IDisposable, INotifyPropertyChanged
Constructors
FunnelDataPoint()
FunnelDataPoint(Double)
Initializes a new instance of the FunnelDataPoint class.
Declaration
public FunnelDataPoint(double value)
Parameters
System.Double
value
The value. |
FunnelDataPoint(Double, String)
Initializes a new instance of the FunnelDataPoint class.
Declaration
public FunnelDataPoint(double value, string legendTitle)
Parameters
System.Double
value
The value. |
System.String
legendTitle
The legend title. |
Properties
LegendTitle
Gets or sets the string that will be displayed in the legend for the point.
Declaration
public string LegendTitle { get; set; }
Property Value
System.String
|
Path
Gets the path that defines the shape of the segment.
Declaration
public GraphicsPath Path { get; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|