Search
Chart Members
Constructors Properties
 


Base class for all charts in the report. Holds methods and properties common for all derived charts.

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

 Protected Constructors

  Name Description

Chart

Initializes a new instance of the Chart 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.)

BackgroundBrush

Gets or sets the brush that fills the chart background.

Border

Gets or sets the border of this chart.

ChartBrushes

Gets or sets the brushes for the chart.

ChartPens

Gets or sets the pens for the chart.

DataMember

Gets or sets from which member in the data source data is read.

DataSource

Gets or sets the object, from which chart data is retrieved.

FontName

Gets or sets the name of the font for all chart labels.

LabelBrush

Gets or sets the brush for the chart labels.

LabelFont

Gets or sets the font for the chart labels.

LegendAlignment

Gets or sets the alignment of the legend alongside the chart.

LegendBackgroundBrush

Gets or sets the brush for the legend background.

LegendBorderMargin

Gets or sets the margin between the legend border and the legend labels.

LegendBrush

Gets or sets the brush for drawing the legend labels.

LegendFont

Gets or sets the font for the legend labels.

LegendLabels

Gets or sets the legend labels.

LegendOffset

Gets or sets the offset of the legend to the axis labels.

LegendPen

Gets or sets the pen for the legend outlining and grid.

LegendPosition

Gets or sets the position of the legend.

Location

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

MasterDetailRelation

Gets or sets the master detail relation.

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

ShowLegend

Gets or sets a value indicating whether to display the chart legend.

Size

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

SubTitleBrush

Gets or sets the brush used for drawing the subtitle.

SubTitleFont

Gets or sets the font for the subtitle.

SubTitleText

Gets or sets the text for the subtitle.

TitleBrush

Gets or sets the brush used for drawing the title.

TitleFont

Gets or sets the font for the title.

TitleText

Gets or sets the title text.

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

 See Also