MindFusion.Wpf Pack Programmer's Guide
PieChart Members
Constructors Fields Properties
 


Renders a bound dataset as a pie chart.

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 Fields

  Name Description

BackgroundProperty

Identifies the Background dependency property. (Inherited from ReportItem.)

BorderBrushProperty

Identifies the BorderBrush dependency property. (Inherited from ReportItem.)

BorderThicknessProperty

Identifies the BorderThickness dependency property. (Inherited from ReportItem.)

BrushesProperty

Identifies the Brushes dependency property. (Inherited from Chart.)

ChartBrushProperty

Identifies the ChartBrush dependency property. (Inherited from Chart.)

ChartStrokeProperty

Identifies the ChartStroke dependency property. (Inherited from Chart.)

ChartStrokeThicknessProperty

Identifies the ChartStrokeThickness dependency property. (Inherited from Chart.)

DataSourceProperty

Identifies the DataSource dependency property. (Inherited from Chart.)

InnerLabelLocationProperty

Identifies the InnerLabelLocation dependency property.

InnerLabelTypeProperty

Identifies the InnerLabelType dependency property.

LabelBackgroundProperty

Identifies the LabelBackground dependency property. (Inherited from Chart.)

LocationProperty

Identifies the Location dependency property. (Inherited from ReportItem.)

OuterLabelOffsetProperty

Identifies the OuterLabelOffset dependency property.

OuterLabelTypeProperty

Identifies the OuterLabelType dependency property.

PaddingProperty

Identifies the Padding dependency property.

PageCountProperty

Identifies the PageCount dependency property. (Inherited from ReportItem.)

PageCurrentProperty

Identifies the PageCurrent dependency property. (Inherited from ReportItem.)

RangeItemCountProperty

Identifies the RangeItemCount dependency property. (Inherited from ReportItem.)

RangeItemCurrentProperty

Identifies the RangeItemCurrent dependency property. (Inherited from ReportItem.)

SizeProperty

Identifies the Size dependency property. (Inherited from ReportItem.)

TargetMemberProperty

Identifies the TargetMember dependency property.

TitleMemberProperty

Identifies the TitleMember dependency property.

UseDesignOrderProperty

Identifies the UseDesignOrder dependency property. (Inherited from ReportItem.)

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

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

InnerLabelLocation

Gets or sets the location of the inner label. This is a dependency property.

InnerLabelType

Gets or sets the type of the inner labels. This is a dependency property.

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

OuterLabelOffset

Gets or sets the offset of the outer label from the edge of the pie. This is a dependency property.

OuterLabelType

Gets or sets the type of the outer labels. This is a dependency property.

Padding

Gets or sets the distance between the chart's contents and the chart bounds. This is a dependency property.

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

TargetMember

Gets or sets the name of the property or member of the bound object, that will be plotted. This is a dependency property.

TitleMember

Gets or sets the name of the property or member of the bound object, that contains a title for the plotted value. 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.)

 See Also

PieChart Class
MindFusion.Reporting.Wpf Namespace