MindFusion.Wpf Pack Programmer's Guide
BarChart Properties
 


 Public Properties

  Name Description

Background

Gets or sets the brush used to fill the background of this item. This is a dependency property. (Inherited from ReportItem.)

BarType

Gets or sets the type of the bar chart. This is a dependency property.

BorderBrush

Gets or sets the brush used to paint the border of this item. This is a dependency property. (Inherited from ReportItem.)

BorderThickness

Gets or sets the thickness of the border around this item. This is a dependency property. (Inherited from ReportItem.)

Brushes

Gets or sets the brushes used to fill the chart elements. This is a dependency property. (Inherited from Chart.)

ChartBrush

Gets or sets the default brush used to fill individual chart pieces. This is a dependency property. (Inherited from Chart.)

ChartStroke

Gets or sets the brush used to stroke individual chart pieces. This is a dependency property. (Inherited from Chart.)

ChartStrokeThickness

Gets or sets the stroke thickness of the individual chart pieces. This is a dependency property. (Inherited from Chart.)

DataSource

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

LabelBackground

Gets or sets the brush for the background of the chart's labels. This is a dependency property. (Inherited from Chart.)

Location

Gets or sets the position of this item relative to its parent element. This is a dependency property. (Inherited from ReportItem.)

PageCount

Gets the total number of pages in the report this item belongs to. This is a dependency property. (Inherited from ReportItem.)

PageCurrent

Gets the index of the page this item is laid out on. This is a dependency property. (Inherited from ReportItem.)

RangeItemCount

Gets the total number of items within a data range (if any). This is a dependency property. (Inherited from ReportItem.)

RangeItemCurrent

Gets the index of this item within a data range (if any). This is a dependency property. (Inherited from ReportItem.)

Size

Gets or sets the of the item. This is dependency property. (Inherited from ReportItem.)

TopLabels

Gets or sets the name of the property or member of the bound object, that will supply the labels at the top of the bars. This is a dependency property.

UseDesignOrder

Gets or sets a value indicating whether this item's design-time order will take precedence over the item's vertical position within the page design when determining the layout order. This is a dependency property. (Inherited from ReportItem.)

XData

Gets or sets the name of the property or member of the bound object, that will be used on the x-axis. This is a dependency property. (Inherited from AxesChart.)

XInterval

Gets or sets the interval between adjacent ticks on the x-axis. This is a dependency property. (Inherited from AxesChart.)

XLabels

Gets or sets the name of the property or member of the bound object, that will supply the labels on the x-axis. This is a dependency property. (Inherited from AxesChart.)

XLabelType

Gets or sets the type of the labels on the x-axis. This is a dependency property. (Inherited from AxesChart.)

XMaxValue

Gets or sets the maximum value at the x-axis. This is a dependency property. (Inherited from AxesChart.)

XMinValue

Gets or sets the minimum value at the x-axis. This is a dependency property. (Inherited from AxesChart.)

YData

Gets or sets the name of the property or member of the bound object, that will be used on the y-axis. This is a dependency property. (Inherited from AxesChart.)

YInterval

Gets or sets the interval between adjacent ticks on the y-axis. This is a dependency property. (Inherited from AxesChart.)

YLabels

Gets or sets the name of the property or member of the bound object, that will supply the labels on the y-axis. This is a dependency property. (Inherited from AxesChart.)

YLabelType

Gets or sets the type of the labels on the y-axis. This is a dependency property. (Inherited from AxesChart.)

YMaxValue

Gets or sets the maximum value at the y-axis. This is a dependency property. (Inherited from AxesChart.)

YMinValue

Gets or sets the minimum value at the y-axis. This is a dependency property. (Inherited from AxesChart.)

 See Also

BarChart Class
MindFusion.Reporting.Wpf Namespace