Charting for WPF Programmer's Guide

PieSeries Members

Constructors Fields Properties Methods Events
 


Represents a series in a pie chart.

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

 Public Constructors

  Name Description

PieSeries

Creates a new PieSeries object.

 Public Fields

  Name Description

DataPathProperty

Identifies the DataPath dependency property.

DataProperty

Identifies the Data dependency property.

DetachedPiecesListProperty

Identifies the DetachedPiecesList dependency property.

DoughnutThicknessProperty

Identifies the DoughnutThickness dependency property.

InnerLabelTypeProperty

Identifies the InnerLabelType dependency property.

LabelPathProperty

Identifies the LabelPath dependency property.

LabelProperty

Identifies the Label dependency property.

LabelsProperty

Identifies the Labels dependency property.

OuterLabelTypeProperty

Identifies the OuterLabelType dependency property.

PieTypeProperty

Identifies the PieType dependency property.

 Inherited Public Fields

  Name Description

FillsProperty

Identifies the Fills dependency property. (Inherited from ChartSeries.)

LabelFontFamilyProperty

Identifies the LabelFontFamily dependency property. (Inherited from ChartSeries.)

LabelFontSizeProperty

Identifies the LabelFontSize dependency property. (Inherited from ChartSeries.)

LabelFontStyleProperty

Identifies the LabelFontStyle dependency property. (Inherited from ChartSeries.)

LabelFontWeightProperty

Identifies the LabelFontWeight dependency property. (Inherited from ChartSeries.)

StrokesProperty

Identifies the Strokes dependency property. (Inherited from ChartSeries.)

StrokeThicknessProperty

Identifies the StrokeThickness dependency property. (Inherited from ChartSeries.)

TitleProperty

Identifies the Title dependency property. (Inherited from ChartSeries.)

 Public Properties

  Name Description

Data

Gets or sets the data for the chart.

DataPath

Gets or sets the path to the property of the DataSource used for retrieving the data for this series.

DetachedPiecesList

Gets or sets the position of detached pieces.

DoughnutThickness

Gets or sets the thickness of the doughnut.

InnerLabelType

Gets or sets the type of labels drawn inside pie pieces.

Label

Gets or sets custom labels for pie pieces or pie legend.

LabelPath

Gets or sets the path to the property of the DataSource used for retrieving custom labels.

Labels

Gets or sets custom labels for pie pieces or pie legend.

OuterLabelType

Gets or sets the type of labels drawn outside pie pieces.

PieType

Gets or sets the type of the chart.

 Inherited Public Properties

  Name Description

Fills

Gets or sets the fills for the series. (Inherited from ChartSeries.)

Index

Gets or sets the index of this ChartSeries. (Inherited from ChartSeries.)

LabelFontFamily

Gets or sets the font family for the chart labels. (Inherited from ChartSeries.)

LabelFontSize

Gets or sets the font size for the chart labels. (Inherited from ChartSeries.)

LabelFontStyle

Gets or sets the font style for the chart labels. (Inherited from ChartSeries.)

LabelFontWeight

Gets or sets the font weight for the chart labels. (Inherited from ChartSeries.)

Strokes

Gets or sets the strokes for the series. (Inherited from ChartSeries.)

StrokeThickness

Gets or sets the thickness of the stroke for the series. (Inherited from ChartSeries.)

Title

Gets or sets the title of the series. (Inherited from ChartSeries.)

 Inherited Public Methods

  Name Description

GetFill

Gets a Brush from the Fills list. (Inherited from ChartSeries.)

GetStroke

Gets a Brush from the Strokes list. (Inherited from ChartSeries.)

OnAppearanceChanged

Raises the AppearanceChanged event. (Inherited from ChartSeries.)

OnDataChanged

Raises the DataChanged event. (Inherited from ChartSeries.)

 Inheroted Public Events

  Name Description

AppearanceChanged

Occurs when series appearance was changed. (Inherited from ChartSeries.)

DataChanged

Occurs when series data was changed. (Inherited from ChartSeries.)

 See Also