Skip to main content

PieSegment Members

A segment of a pie chart item.

Constructors

Name Description
PieSegment() Initializes a new instance of the PieSegment class with default settings.

Fields

Name Description
AttributesProperty static Identifies the PieSegment.Attributes dependency property.
FillProperty static Identifies the PieSegment.Fill dependency property.
SegmentIdProperty static Identifies the PieSegment.SegmentId dependency property.
ValueProperty static Identifies the PieSegment.Value dependency property.

Properties

Name Description
Attributes Gets the attributes for this pie segment.
Fill Gets or sets the brush that is used to fill a pie chart segment.
SegmentId Gets or sets the ID of the PieSegment object.
Value Gets or sets the value of the pie segment.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also