MindFusion.Wpf Pack Programmer's Guide
AxesChart Properties
 


 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.

 See Also

AxesChart Class
MindFusion.Charting.Wpf Namespace