Skip to main content

FunnelChart Members

The Funnel Chart control is used to plot series of data points on a funnel chart area.

Constructors

Name Description
FunnelChart() Initializes a new instance of the FunnelChart class with default settings.

Fields

Name Description
AnimateOnLoadingProperty static Identifies the ChartBase.AnimateOnLoading dependency property. Inherited from ChartBase.
LegendProperty static Identifies the ChartBase.Legend dependency property. Inherited from ChartBase.
MinIndentBetweenSeriesProperty static Identifies the FunnelChart.MinIndentBetweenSeries dependency property.
PaletteProperty static Identifies the ChartBase.Palette dependency property. Inherited from ChartBase.
SelectionModeProperty static Identifies the ChartBase.SelectionMode dependency property. Inherited from ChartBase.
SeriesItemTemplateProperty static Identifies the SeriesItemTemplate dependency property. Inherited from ChartBase.
SeriesItemTemplateSelectorProperty static Identifies the SeriesItemTemplateSelector dependency property. Inherited from ChartBase.
SeriesSourceProperty static Identifies the SeriesSource dependency property. Inherited from ChartBase.
ToolTipEnabledProperty static Identifies the ChartBase.ToolTipEnabled dependency property. Inherited from ChartBase.

Properties

Name Description
ActualPalette Gets the actual palette of a chart. Inherited from ChartBase.
AnimateCommand Returns a command that starts animation of a chart’s contents. Inherited from ChartBase.
AnimateOnLoading Gets or sets a value indicating if chart contents should be animated on chart loading. Inherited from ChartBase.
Legend Gets the chart control’s legend and provides access to its settings. Inherited from ChartBase.
MinIndentBetweenSeries Gets or sets the minimum indent between two Funnel series.
Palette Gets or sets the palette used to draw the chart’s series. Inherited from ChartBase.
SelectionMode Specifies the selection mode for chart series. Inherited from ChartBase.
Series Returns the funnel chart’s series collection.
SeriesItemTemplate Gets or sets a template that specifies the settings of chart series. Inherited from ChartBase.
SeriesItemTemplateSelector Gets or sets an object that selects a template applied to series. Inherited from ChartBase.
SeriesSource Gets or sets the source of series view models. This is a dependency property. Inherited from ChartBase.
ToolTipEnabled Gets or sets whether to show tooltips when a user clicks a series or series point. Inherited from ChartBase.

Methods

Name Description
Animate(Double) Starts animating chart series after the specified delay. Inherited from ChartBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
SelectionChanged Occurs when the chart selection is changed. Inherited from ChartBase.
See Also