RadFunnelChart
Class
Represents a special chart that visualizes its data points using trapezoid segments forming a 'funnel'.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
[TelerikToolboxCategory("Data Visualization")]
public class RadFunnelChart : RadChartBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseRadChartBaseRadFunnelChart
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadFunnelChart class.
C#
public RadFunnelChart()
Fields
HoverModeProperty
DependencyProperty
Identifies the HoverMode dependency property.
C#
public static readonly DependencyProperty HoverModeProperty
Properties
Gets or sets the hover mode.
C#
public FunnelChartHoverMode HoverMode { get; set; }
Gets all the data points plotted by this chart.
C#
public PresenterCollection<FunnelSeries> Series { get; }