MindFusion.Wpf Pack 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

BarTypeProperty

Identifies the BarType dependency property.

ChartEffectProperty

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

ClipToPlotAreaProperty

Identifies the GridType dependency property.

CornerRadiusProperty

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

CrosshairBackgroundProperty

Identifies the CrosshairBackground dependency property.

CrosshairStrokeProperty

Identifies the CrosshairStroke dependency property.

CrosshairStrokeThicknessProperty

Identifies the CrosshairStrokeThickness dependency property.

CrosshairTemplateProperty

Identifies the CrosshairTemplate dependency property.

CrosshairTypeProperty

Identifies the CrosshairType dependency property.

DataSourceProperty

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

GridFillsProperty

Identifies the GridFills dependency property.

GridStrokesProperty

Identifies the GridStrokes dependency property.

GridStrokeThicknessProperty

Identifies the GridStrokeThickness dependency property.

GridTypeProperty

Identifies the GridType dependency property.

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

LineTypeProperty

Identifies the LineType dependency property.

MinZoomSpanProperty

Identifies the MinZoomSpan dependency property.

MousePositionProperty

Identifies the MousePosition dependency property.

PlotAreaFillProperty

Identifies the PlotAreaFill dependency property.

PlotAreaMarginProperty

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

PlotAreaRectProperty

Identifies the PlotAreaRect dependency property.

PlotAreaStrokeProperty

Identifies the PlotAreaStroke dependency property.

PlotAreaStrokeThicknessProperty

Identifies the PlotAreaStrokeThickness dependency property.

SecondaryGridFillsProperty

Identifies the SecondaryGridFills dependency property.

SecondaryGridStrokesProperty

Identifies the SecondaryGridStrokes dependency property.

ShowCrosshairProperty

Identifies the ShowCrosshair 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.)

X2AxesProperty

Identifies the X2Axes dependency property.

XAxesProperty

Identifies the XAxes dependency property.

XGridLinesProperty

Identifies the XGridLines dependency property.

Y2AxesProperty

Identifies the Y2Axes dependency property.

YAxesProperty

Identifies the YAxes dependency property.

YGridLinesProperty

Identifies the YGridLines dependency property.

 Public Properties

  Name Description

BarType

Gets or sets the type of bars for all bar series.

Behavior

Gets or sets the behavior of the chart control.

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

ClipToPlotArea

Clip all data in bounds of the plot area.

CornerRadius

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

CrosshairBackground

Gets or sets the background brush of the crosshair.

CrosshairStroke

Gets or sets the stroke for the crosshair.

CrosshairStrokeThickness

Gets or sets the thickness of the stroke for the crosshair.

CrosshairTemplate

Gets or sets the crosshair template.

CrosshairType

Gets or sets the type of crosshair.

DataSource

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

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.

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

LineType

Gets or sets the type of lines for all line series.

MinZoomSpan

Gets or sets the area of zoom.

MousePosition

Gets or sets the position of the mouse.

PlotAreaFill

Gets or sets the background of the plot area.

PlotAreaMargin

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

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.

SecondaryGridFills

Gets or sets the secondary brushes for the grid stripes.

SecondaryGridStrokes

Gets or sets the secondary brushes for the grid lines.

Series

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

ShowCrosshair

Gets or sets whether the crosshair is visible.

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

X2Axes

Gets setttings for all X2 axes of the chart.

XAxes

Gets setttings for all X axes of the chart.

XGridLines

Gets or sets the points for the vertical grid lines when GridType is set to Custom.

Y2Axes

Gets setttings for all Y2 axes of the chart.

YAxes

Gets setttings for all Y axes of the chart.

YGridLines

Gets or sets the points for the horizontal grid lines when GridType is set to Custom.

 Public Methods

  Name Description

BeginInit

FrameworkElement.BeginInit override. (Inherited from Chart.)

CreateImage

Converts the chart object into a Bitmap.

CrosshairPosition

Gets the current location of the crosshair.

EndInit

FrameworkElement.EndInit override. (Inherited from Chart.)

ExportImage

Exports a RenderTargetBitmap to a png file.

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

Control.OnApplyTemplate override.

OnAxesChanged

Raised when the axes has changed.

OnCrosshairPositionChanged

Triggers the CrosshairPositionChanged event.

OnDataChanged

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

ResetZoom

Resets the zoom of the 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.)

Zoom

Zooms into the specified range of the chart graphics.

ZoomOut

Zooms out the chart one step back.

 Protected Methods

  Name Description

OnMouseEnter

Raised when the mouse enters the control.

OnMouseLeave

Raised when the mouse leaves the chart area.

OnPreviewMouseDown

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

OnPreviewMouseMove

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

OnPreviewMouseUp

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

 Public Events

  Name Description

AppearanceChanged

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

CrosshairPositionChanged

Event handler for the CrosshairPositionChanged event.

DataChanged

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

ZoomChanged

Raised when zooming into a data range.

 See Also

AxesChart Class
MindFusion.Charting.Wpf Namespace