Search
BarChart Members
Constructors Properties
 


Represents a report item that can display bar charts.

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

 Public Constructors

  Name Description

BarChart

Initializes a new instance of the BarChart class.

 Public Properties

  Name Description

AffectsParentLayout

Gets or sets a value indicating whether the parent of this item will shrink when this item is hidden as a result of PageSectionVisibility. (Inherited from ReportItem.)

AltGridBrush

Gets or sets the brush used for filling even grid stripes. (Inherited from AxesChart.)

AxisPen

Gets or sets the pen used for drawing the chart axis. (Inherited from AxesChart.)

BackgroundBrush

Gets or sets the brush that fills the chart background. (Inherited from Chart.)

BarSpacingRatio

Gets or sets the thickness of bars.

BarType

Gets or sets the type of bars.

Border

Gets or sets the border of this chart. (Inherited from Chart.)

ChartBrushes

Gets or sets the brushes for the chart. (Inherited from Chart.)

ChartPens

Gets or sets the pens for the chart. (Inherited from Chart.)

Data

Gets or sets the data for the chart, when not retrieved from a database.

DataFields

Gets or sets the names of database columns, from which data for the chart is retrieved.

DataMember

Gets or sets from which member in the data source data is read. (Inherited from Chart.)

DataSource

Gets or sets the object, from which chart data is retrieved. (Inherited from Chart.)

FontName

Gets or sets the name of the font for all chart labels. (Inherited from Chart.)

GridBrush

Gets or sets the brush used for filling odd grid stripes. (Inherited from AxesChart.)

GridPen

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

GridType

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

Horizontal

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

InnerLabels

Gets or sets custom text for the labels inside bars when not retrieved from a database.

InnerLabelsFields

Gets or sets the names of database columns, from which text for custom labels drawn inside bars is retrieved.

LabelBrush

Gets or sets the brush for the chart labels. (Inherited from Chart.)

LabelFont

Gets or sets the font for the chart labels. (Inherited from Chart.)

LegendAlignment

Gets or sets the alignment of the legend alongside the chart. (Inherited from Chart.)

LegendBackgroundBrush

Gets or sets the brush for the legend background. (Inherited from Chart.)

LegendBorderMargin

Gets or sets the margin between the legend border and the legend labels. (Inherited from Chart.)

LegendBrush

Gets or sets the brush for drawing the legend labels. (Inherited from Chart.)

LegendFont

Gets or sets the font for the legend labels. (Inherited from Chart.)

LegendLabels

Gets or sets the legend labels. (Inherited from Chart.)

LegendOffset

Gets or sets the offset of the legend to the axis labels. (Inherited from Chart.)

LegendPen

Gets or sets the pen for the legend outlining and grid. (Inherited from Chart.)

LegendPosition

Gets or sets the position of the legend. (Inherited from Chart.)

Location

Gets or sets the position of the item. (Inherited from ReportItem.)

MasterDetailRelation

Gets or sets the master detail relation. (Inherited from Chart.)

Name

Gets or sets the name of the report item. (Inherited from ReportItem.)

PageSectionVisibility

Gets or set a value indicating whether this item will be visible. This only applies to items placed in page sections. (Inherited from ReportItem.)

PlotAreaBrush

Gets or sets the brush used for filling the plot area of the chart. (Inherited from AxesChart.)

PlotAreaMargins

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

PlotAreaOutlinePen

Gets or sets the pen for outlining the plot area. (Inherited from AxesChart.)

ShowLegend

Gets or sets a value indicating whether to display the chart legend. (Inherited from Chart.)

Size

Gets or sets the size of the item. (Inherited from ReportItem.)

SubTitleBrush

Gets or sets the brush used for drawing the subtitle. (Inherited from Chart.)

SubTitleFont

Gets or sets the font for the subtitle. (Inherited from Chart.)

SubTitleText

Gets or sets the text for the subtitle. (Inherited from Chart.)

TitleBrush

Gets or sets the brush used for drawing the title. (Inherited from Chart.)

TitleFont

Gets or sets the font for the title. (Inherited from Chart.)

TitleText

Gets or sets the title text. (Inherited from Chart.)

TopLabels

Gets or sets custom text as top labels when not retrieved from a database.

TopLabelsFields

Gets or sets the names of database columns, from which text for custom labels drawn at the top of bars is retrieved.

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

Visible

Gets or sets a value indicating whether the item will be printed in the report. (Inherited from ReportItem.)

XAxisSettings

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

XLabels

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

XLabelsFields

Gets or sets the database columns from which custom labels for the x-axis are retrieved. (Inherited from AxesChart.)

YAxisSettings

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

YLabels

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

YLabelsFields

Gets or sets the database columns, from which custom labels for the y-axis are retrieved. (Inherited from AxesChart.)

 See Also