MindFusion.Charting for Silverlight Programmer's Guide
AxesChart Members
Constructors Fields Properties Methods Events
 


Base class for charts which support the Cartesian coordinate system.

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

 Public Constructors

  Name Description

AxesChart

Initializes a new instance of the AxesChart class.

 Public Fields

  Name Description

GridFillsProperty

Identifies the GridFills dependency property.

GridStrokesProperty

Identifies the GridStrokes dependency property.

GridStrokeThicknessProperty

Identifies the GridStrokeThickness dependency property.

GridTypeProperty

Identifies the GridType dependency property.

PlotAreaFillProperty

Identifies the PlotAreaFill dependency property.

PlotAreaStrokeProperty

Identifies the PlotAreaStroke dependency property.

PlotAreaStrokeThicknessProperty

Identifies the PlotAreaStrokeThickness dependency property.

X2LabelPathProperty

Identifies the X2LabelPath dependency property.

X2LabelsProperty

Identifies the X2Labels dependency property.

XLabelPathProperty

Identifies the XLabelPath dependency property.

XLabelsProperty

Identifies the XLabels dependency property.

Y2LabelPathProperty

Identifies the Y2LabelPath dependency property.

Y2LabelsProperty

Identifies the Y2Labels dependency property.

YLabelPathProperty

Identifies the YLabelPath dependency property.

YLabelsProperty

Identifies the YLabels dependency property.

 Inherited Public Fields

  Name Description

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.)

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

Behavior

Gets or sets the behavor of the chart control.

GridFills

Gets or sets the brushes for the grid stripes.

GridStrokes

Gets or sets the brushes for the grid lines.

GridStrokeThickness

Gets or sets the thickness of grid lines.

GridType

Gets or sets the grid type.

PlotAreaFill

Gets or sets the background of the plot area.

PlotAreaStroke

Gets or sets the outline of the plot area.

PlotAreaStrokeThickness

Gets or sets the thickness of the outline of the plot area.

PointAreaRadius

Gets or sets the radius of the area that, if clicked, will be considered for a click at the chart point, which is its center.

X2AxisSettings

Gets or sets the settings for the X2-axis

X2LabelPath

Gets or sets the path to the property of the DataSource used for retrieving X2-labels.

X2Labels

Gets or sets custom labels for the X2-axis.

XAxisSettings

Gets the settings for the X axis.

XLabelPath

Gets or sets the path to the property of the DataSource used for retrieving X-labels.

XLabels

Gets or sets custom labels for the X-axis.

Y2AxisSettings

Gets or sets the settings for the Y2-axis

Y2LabelPath

Gets or sets the path to the property of the DataSource used for retrieving Y2-labels.

Y2Labels

Gets or sets custom labels for the Y2-axis.

YAxisSettings

Gets or sets the settings for the Y-axis

YLabelPath

Gets or sets the path to the property of the DataSource used for retrieving Y-labels.

YLabels

Gets or sets custom labels for the Y-axis.

 Inherited Public Properties

  Name Description

CornerRadius

Gets or sets the corner radius of the chart control's bounding rectangle. (Inherited from 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.)

PlotAreaMargin

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

Series

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

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

ResetZoom

Resets the zoom of the chart.

Zoom

Zooms a portion of the graphics.

ZoomOut

Zooms out the chart one step back.

 Protected Methods

  Name Description

OnMouseEnter

Raised when the mouse eneters the control.

OnMouseLeave

Raised when the mouse leaves the chart area.

OnMouseLeftButtonDown

Raised when the left mouse button is pressed while the pointer is over this control.

OnMouseLeftButtonUp

Raised when the left mouse button is released while the mouse pointer is over the chart.

OnMouseMove

Raised when the mouse pointer moves while the mouse pointer is over the chart control.

 Inherited Public Methods

  Name Description

HitTest

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

LoadTheme

Loads a ChartTheme from the specified file. (Inherited from Chart.)

OnAppearanceChanged

Raises the AppearanceChanged event. (Inherited from Chart.)

OnApplyTemplate

Invoked whenever application code or internal processes call. (Inherited from Chart.)

OnDataChanged

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

SaveTheme

Saves the appearance of the current chart as a ChartTheme. (Inherited from Chart.)

UpdateChart

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

 Inherited 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

AxesChart Class
MindFusion.Charting.Silverlight Namespace