MindFusion.Wpf Pack Programmer's Guide
FunnelChart Members
Constructors Fields Properties Methods Events
 


A control used to draw funnel charts. Funnel charts represent the stages of a process and show relative values or measurements associated with each stage.

The following tables list the members exposed by the FunnelChart type.

 Public Constructors

  Name Description

FunnelChart

Initializes a new instance of the FunnelChart class.

 Public Fields

  Name Description

ChartEffectProperty

Identifies the ChartEffect dependency property. (Inherited from Chart.)

CornerRadiusProperty

Identifies the CornerRadius dependency property. (Inherited from Chart.)

DataSourceProperty

Identifies the DataSource dependency property. (Inherited from Chart.)

LabelFontFamilyProperty

Identifies the LabelFontFamily dependency property. (Inherited from Chart.)

LabelFontSizeProperty

Identifies the LabelFontSize dependency property. (Inherited from Chart.)

LabelFontStyleProperty

Identifies the LabelFontStyle dependency property. (Inherited from Chart.)

LabelFontWeightProperty

Identifies the LabelFontWeight dependency property. (Inherited from Chart.)

PlotAreaMarginProperty

Identifies the PlotAreaMargin dependency property. (Inherited from Chart.)

SegmentPaddingProperty

Identifies the SegmentPadding dependency property.

ShowLabelsProperty

Identifies the ShowLabels dependency property.

StemWidthProperty

Identifies the StemWidth dependency property.

TitleFontFamilyProperty

Identifies the TitleFontFamily dependency property. (Inherited from Chart.)

TitleFontSizeProperty

Identifies the TitleFontSize dependency property. (Inherited from Chart.)

TitleFontStyleProperty

Identifies the TitleFontStyle dependency property. (Inherited from Chart.)

TitleFontWeightProperty

Identifies the TitleFontWeight dependency property. (Inherited from Chart.)

TitleMarginProperty

Identifies the TitleMargin dependency property. (Inherited from Chart.)

TitleProperty

Identifies the Title dependency property. (Inherited from Chart.)

TitleVisibilityProperty

Identifies the TitleVisibility dependency property. (Inherited from Chart.)

 Public Properties

  Name Description

ChartEffect

Gets or sets the effect to apply to the elements of the chart. This is a dependency property. (Inherited from Chart.)

ChartTheme

Gets or sets a ChartTheme that defines the appearance of chart elements. (Inherited from Chart.)

CornerRadius

Gets or sets the corner radius of the chart control's bounding rectangle. (Inherited from Chart.)

CurrentSeries

Gets or sets the FunnelSeries displayed in this chart.

DataSource

Gets or sets the data source. This is a dependency property. (Inherited from Chart.)

LabelFontFamily

Gets or sets the font family for the chart labels. (Inherited from Chart.)

LabelFontSize

Gets or sets the font size for the chart labels. (Inherited from Chart.)

LabelFontStyle

Gets or sets the font style for the chart labels. (Inherited from Chart.)

LabelFontWeight

Gets or sets the font weight for the chart labels. (Inherited from Chart.)

Legends

Gets or sets a list with the chart legends. (Inherited from Chart.)

LicenseKey

Gets or sets the license key of the control. (Inherited from Chart.)

PlotAreaMargin

Gets or sets the margin around the plot area. (Inherited from Chart.)

SegmentPadding

Gets or sets the padding space between funnel segments.

Series

Gets the list with the series in the chart. (Inherited from Chart.)

ShowLabels

Gets or sets whether to show data labels.

StemWidth

Gets or sets the width of the funnel stem.

Title

Gets or sets the title of the chart. (Inherited from Chart.)

TitleFontFamily

Gets or sets the font family for the title. (Inherited from Chart.)

TitleFontSize

Gets or sets the font size for the title. (Inherited from Chart.)

TitleFontStyle

Gets or sets the font style for the title. (Inherited from Chart.)

TitleFontWeight

Gets or sets the font weight for the title. (Inherited from Chart.)

TitleMargin

Gets or sets the margin around the title. (Inherited from Chart.)

TitleVisibility

Gets or sets the visibility of the chart's title. (Inherited from Chart.)

 Public Methods

  Name Description

BeginInit

FrameworkElement.BeginInit override. (Inherited from Chart.)

EndInit

FrameworkElement.EndInit override. (Inherited from Chart.)

HitTest

Gets a collection of ChartElement objects that contain the specified point as parameter. (Inherited from Chart.)

LoadTheme

Loads the theme with the specified name. (Inherited from Chart.)

OnAppearanceChanged

Raises the AppearanceChanged event. (Inherited from Chart.)

OnApplyTemplate

FrameworkElement.ApplyTemplate override. (Inherited from Chart.)

OnDataChanged

Fired when data on the chart has changed. (Inherited from Chart.)

SaveTheme

Saves the current theme as a file with the specified name. (Inherited from Chart.)

UpdateChart

Recalculates and redraws the chart. (Inherited from Chart.)

 Public Events

  Name Description

AppearanceChanged

Occurs when the value of a property that influences the appearance of the chart changes. (Inherited from Chart.)

DataChanged

Occurs when the data for the chart has changed. (Inherited from Chart.)

 See Also

FunnelChart Class
MindFusion.Charting.Wpf Namespace