FunnelDataPoint
Class
Represents a single-value data point plotted by a funnel chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class FunnelDataPoint : SingleValueDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointSingleValueDataPointFunnelDataPoint...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FunnelDataPoint class.
C#
public FunnelDataPoint()
Initializes a new instance of the FunnelDataPoint class.
Initializes a new instance of the FunnelDataPoint class.
Properties
Gets or sets the string that will be displayed in the legend for the point.
C#
public string LegendTitle { get; set; }
Gets the path that defines the shape of the segment.
C#
public GraphicsPath Path { get; }