MindFusion.Charting for Silverlight Programmer's Guide
BarChart Properties
 


 Public Properties

  Name Description

SeriesWidth

Gets or sets the width of the bar series.

 Inherited Public Properties

  Name Description

Behavior

Gets or sets the behavor of the chart control. (Inherited from AxesChart.)

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

GridFills

Gets or sets the brushes for the grid stripes. (Inherited from AxesChart.)

GridStrokes

Gets or sets the brushes for the grid lines. (Inherited from AxesChart.)

GridStrokeThickness

Gets or sets the thickness of grid lines. (Inherited from AxesChart.)

GridType

Gets or sets the grid type. (Inherited from AxesChart.)

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

PlotAreaFill

Gets or sets the background of the plot area. (Inherited from AxesChart.)

PlotAreaMargin

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

PlotAreaStroke

Gets or sets the outline of the plot area. (Inherited from AxesChart.)

PlotAreaStrokeThickness

Gets or sets the thickness of the outline of the plot area. (Inherited from AxesChart.)

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. (Inherited from AxesChart.)

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

X2AxisSettings

Gets or sets the settings for the X2-axis (Inherited from AxesChart.)

X2LabelPath

Gets or sets the path to the property of the DataSource used for retrieving X2-labels. (Inherited from AxesChart.)

X2Labels

Gets or sets custom labels for the X2-axis. (Inherited from AxesChart.)

XAxisSettings

Gets the settings for the X axis. (Inherited from AxesChart.)

XLabelPath

Gets or sets the path to the property of the DataSource used for retrieving X-labels. (Inherited from AxesChart.)

XLabels

Gets or sets custom labels for the X-axis. (Inherited from AxesChart.)

Y2AxisSettings

Gets or sets the settings for the Y2-axis (Inherited from AxesChart.)

Y2LabelPath

Gets or sets the path to the property of the DataSource used for retrieving Y2-labels. (Inherited from AxesChart.)

Y2Labels

Gets or sets custom labels for the Y2-axis. (Inherited from AxesChart.)

YAxisSettings

Gets or sets the settings for the Y-axis (Inherited from AxesChart.)

YLabelPath

Gets or sets the path to the property of the DataSource used for retrieving Y-labels. (Inherited from AxesChart.)

YLabels

Gets or sets custom labels for the Y-axis. (Inherited from AxesChart.)

 See Also

BarChart Class
MindFusion.Charting.Silverlight Namespace