MindFusion.Charting for Silverlight Programmer's Guide
PiePiece Members
Properties Methods
 


Represents a slice in a pie chart.

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

 Public Properties

  Name Description

Detached

Gets the distance at which this piece is detached.

Percent

Gets the percent from the pie this piece represents.

PieceIndex

Gets the index of this pie piece in the PieSeries.

PieceValue

Gets the data from the PieSeries this piece represents.

RadiusX

Gets the X-radius of the pie this piece is taken of.

RadiusY

Gets the Y-radius of the pie this piece is taken of.

SeriesIndex

Gets the index of the PieSeries this PiePiece belongs to, in the Series collection.

StartAngle

Gets the start angle of the piece.

SweepAngle

Gets the sweep angle of the piece.

 Inherited Public Properties

  Name Description

Effect

Gets or sets the effect of this ChartElement. (Inherited from ChartElement.)

Fill

Gets the fill of the element. (Inherited from ChartElement.)

Shape

Gets or sers the shape that represents this ChartElement. (Inherited from ChartElement.)

Stroke

Gets or the stroke of the element. (Inherited from ChartElement.)

StrokeDashArray

Gets the collection of double values that indicate the pattern of dashes and gaps that is used to outline the ChartElement shape. (Inherited from ChartElement.)

StrokeDashCap

Gets a PenLineCap enumeration value that specifies how the ends of a dash are drawn. (Inherited from ChartElement.)

StrokeDashOffset

Gets a Double that specifies the distance within the dash pattern where a dash begins. (Inherited from ChartElement.)

StrokeEndLineCap

Gets a PenLineCap enumeration value that describes the Shape at the end of a line. (Inherited from ChartElement.)

StrokeLineJoin

Gets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape. (Inherited from ChartElement.)

StrokeMiterLimit

Gets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element. (Inherited from ChartElement.)

StrokeStartLineCap

Gets a PenLineCap enumeration value that describes the Shape at the start of a line. (Inherited from ChartElement.)

StrokeThickness

Gets the stroke thickness of the element. (Inherited from ChartElement.)

 Public Methods

  Name Description

CreateShape

Creates a Shape that represents the pie piece.

 Inherited Public Methods

  Name Description

CreateShape

Creates a Shape that represents the chart element. (Inherited from ChartElement.)

 See Also

PiePiece Class
MindFusion.Charting.Silverlight Namespace