MindFusion.Reporting for Silverlight 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

BrushesProperty

Identifies the Brushes dependency property.

DataSourceProperty

Identifies the DataSource dependency property.

HoleSizeProperty

Identifies the HoleSize dependency property.

PaddingProperty

Identifies the Padding dependency property.

PieBrushProperty

Identifies the PieBrush dependency property.

PieStrokeProperty

Identifies the PieStroke dependency property.

PieStrokeThicknessProperty

Identifies the PieStrokeThickness dependency property.

TargetMemberProperty

Identifies the TargetMember dependency property.

TitleMemberProperty

Identifies the TitleMember dependency property.

TooltipFormatProperty

Identifies the TooltipFormat dependency property.

 Public Properties

  Name Description

Brushes

Gets or sets the brushes used to fill the plotted pieces. This is a dependency property.

DataSource

Gets or sets the data source of this chart. This is a dependency property.

HoleSize

Gets or sets the size of the hole in the centre of circle (as a percentage). 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.

PieBrush

Gets or sets the default brush used to fill individual chart pieces. This is a dependency property.

PieStroke

Gets or sets the brush used to stroke individual chart pieces. This is a dependency property.

PieStrokeThickness

Gets or sets the stroke thickness of the individual chart pieces. This is a dependency property.

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.

TooltipFormat

Gets or sets the format of the displayed tooltip. This is a dependency property.

 See Also

PieChart Class
MindFusion.Reporting.Silverlight Namespace