SunburstDataMapping Properties
An object that allows a Sunburst control to convert data source objects to Sunburst sectors.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| ChildrenDataMember | Gets or sets the data member whose values are used to create child sectors at the current Sunburst level. |
| 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. |
| 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. |
| LabelDataMember | Gets or sets the data member that is a source of Sunburst sector labels. |
| Type | Gets or sets the data object type at the Sunburst chart ring. |
| ValueDataMember | Gets or sets the data member that is a source of Sunburst sector values. |
See Also