Search
PieChart Members
Constructors Properties
 


Represents a report item that can display pie charts.

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

 Public Constructors

  Name Description

PieChart

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

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.

DataField

Gets or sets the data for the chart.

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

InnerLabels

Gets or sets custom text for the inner labels of the chart.

InnerLabelsField

Gets or sets the database column, from which custom text for the inner labels is retrieved.

InnerLabelType

Gets or sets the type of the inner labels.

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

OuterLabels

Gets or sets custom text as outer labels.

OuterLabelsField

Gets or sets the database column, from which custom text for the outer labels is retrieved.

OuterLabelType

Gets or sets the type of the outer labels.

OutlinePen

Gets or sets the outline pen for the chart.

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

PieceOutIndex

Gets or sets the index of the detached chart piece.

PieType

Gets or sets the type of the chart.

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

StartAngle

Gets or sets the angle, at which drawing of pie pieces starts.

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

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