Class RadFunnelChart
Represents a special chart that visualizes its data points using trapezoid segments forming a 'funnel'.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadFunnelChart : RadChartBase, IChartElementPresenterWithMargin, IChartView, IChartElementPresenter, IChart
Constructors
RadFunnelChart()
Fields
HoverModeProperty
Identifies the HoverMode dependency property.
Declaration
public static readonly DependencyProperty HoverModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HoverMode
Gets or sets the hover mode.
Declaration
public FunnelChartHoverMode HoverMode { get; set; }
Property Value
FunnelChartHoverMode
|
Series
Gets all the data points plotted by this chart.
Declaration
public PresenterCollection<FunnelSeries> Series { get; }
Property Value
PresenterCollection<FunnelSeries>
|