MindFusion WinForms Programmer's Guide
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.

ChartMargins

Gets or sets the margins of the chart.

ChartPens

Gets or sets the pens for the chart.

ChartSize

Gets the size of 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.

EmptyBrush

Returns an empty Brush to indicate when themes are used that a Brush property is not set.

EmptyPen

Returns an empty Pen to indicate when themes are used that a Pen property is not set.

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.

LegendBorder

Gets or sets the type of the legend border.

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.

LegendColumns

Gets or sets the count of columns with labels in the legend.

LegendFont

Gets or sets the font for the legend labels.

LegendGridType

Gets or sets the type of the legend grid.

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.

LegendWidth

Gets or sets the width of the legend's bounding rectangle.

LegendWordWrap

Gets or sets the whether legend labels are wrapped.

Location

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

MasterDetailRelation

Gets or sets the master detail relation.

MultiColored

Gets or sets a value indicating whether the chart pens and brushes are applied to the series or the element of the series.

MultiColoredLabels

Gets or sets whether labels are drawn with the brush of the series they refer to.

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

SortOrder

Gets or sets the sort order for the numbers in each data series.

SortSeriesBy

Gets or sets the sort order of data series in multi-series charts.

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.

TextRenderingHint

Gets or sets the quality of text rendering for the chart.

Theme

Gets or sets the style theme.

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

Chart Class
MindFusion.Reporting Namespace