PieSegment Properties
A segment of a pie chart item.| Name | Description |
|---|---|
| Attributes | Gets the attributes for this pie segment. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| Fill | Gets or sets the brush that is used to fill a pie chart segment. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| SegmentId | Gets or sets the ID of the PieSegment object. |
| Value | Gets or sets the value of the pie segment. |
See Also