ClassFunnelDataPoint
Class
Represents a single-value data point plotted by a funnel chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class FunnelDataPoint : SingleValueDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointSingleValueDataPointFunnelDataPoint
Implements:
Inherited Members
Constructors
FunnelDataPoint()
Initializes a new instance of the FunnelDataPoint class.
Declaration
cs-api-definition
public FunnelDataPoint()
FunnelDataPoint(double)
Initializes a new instance of the FunnelDataPoint class.
Declaration
cs-api-definition
public FunnelDataPoint(double value)
Parameters
value
The value.
FunnelDataPoint(double, string)
Initializes a new instance of the FunnelDataPoint class.
Properties
LegendTitle
Gets or sets the string that will be displayed in the legend for the point.
Path
Gets the path that defines the shape of the segment.