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


Base class for all charts.

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

 Public Constructors

  Name Description

Chart

Initializes a new instance of the Chart class.

 Public Fields

  Name Description

ChartEffectProperty

Identifies the ChartEffect dependency property.

CornerRadiusProperty

Identifies the CornerRadius dependency property.

DataSourceProperty

Identifies the DataSource dependency property.

LabelFontFamilyProperty

Identifies the LabelFontFamily dependency property.

LabelFontSizeProperty

Identifies the LabelFontSize dependency property.

LabelFontStyleProperty

Identifies the LabelFontStyle dependency property.

LabelFontWeightProperty

Identifies the LabelFontWeight dependency property.

PlotAreaMarginProperty

Identifies the PlotAreaMargin dependency property.

TitleFontFamilyProperty

Identifies the TitleFontFamily dependency property.

TitleFontSizeProperty

Identifies the TitleFontSize dependency property.

TitleFontStyleProperty

Identifies the TitleFontStyle dependency property.

TitleFontWeightProperty

Identifies the TitleFontWeight dependency property.

TitleMarginProperty

Identifies the TitleMargin dependency property.

TitleProperty

Identifies the Title dependency property.

TitleVisibilityProperty

Identifies the TitleVisibility dependency property.

 Public Properties

  Name Description

ChartEffect

Gets or sets the effect to apply to the elements of the chart. This is a dependency property.

ChartTheme

Gets or sets a ChartTheme that defines the appearance of chart elements.

CornerRadius

Gets or sets the corner radius of the chart control's bounding rectangle.

DataSource

Gets or sets the data source. This is a dependency property.

LabelFontFamily

Gets or sets the font family for the chart labels.

LabelFontSize

Gets or sets the font size for the chart labels.

LabelFontStyle

Gets or sets the font style for the chart labels.

LabelFontWeight

Gets or sets the font weight for the chart labels.

Legends

Gets or sets a list with the chart legends.

LicenseKey

Gets or sets the license key of the control.

PlotAreaMargin

Gets or sets the margin around the plot area.

Series

Gets the list with the series in the chart.

Title

Gets or sets the title of the chart.

TitleFontFamily

Gets or sets the font family for the title.

TitleFontSize

Gets or sets the font size for the title.

TitleFontStyle

Gets or sets the font style for the title.

TitleFontWeight

Gets or sets the font weight for the title.

TitleMargin

Gets or sets the margin around the title.

TitleVisibility

Gets or sets the visibility of the chart's title.

 Public Methods

  Name Description

BeginInit

FrameworkElement.BeginInit override.

EndInit

FrameworkElement.EndInit override.

HitTest

Gets a collection of ChartElement objects that contain the specified point as parameter.

LoadTheme

Loads the theme with the specified name.

OnAppearanceChanged

Raises the AppearanceChanged event.

OnApplyTemplate

FrameworkElement.ApplyTemplate override.

OnDataChanged

Fired when data on the chart has changed.

SaveTheme

Saves the current theme as a file with the specified name.

UpdateChart

Recalculates and redraws the chart.

 Public Events

  Name Description

AppearanceChanged

Occurs when the value of a property that influences the appearance of the chart changes.

DataChanged

Occurs when the data for the chart has changed.

 See Also

Chart Class
MindFusion.Charting.Wpf Namespace