CustomPie2DModel Members
The custom 2D Pie model.Constructors
| Name | Description |
|---|---|
| CustomPie2DModel() | Initializes a new instance of the CustomPie2DModel class with the default settings. |
Fields
| Name | Description |
|---|---|
| PointTemplateProperty static | Identifies the CustomPie2DModel.PointTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| ModelName | Gets the name of the CustomPie2DModel. |
| PointTemplate | Specifies the point template for the Pie series’ custom model. This is a dependency property. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
Methods
| Name | Description |
|---|---|
| GetPredefinedKinds() static | Returns the list of predefined models for 2D Pie (Donut) series. Inherited from Pie2DModel. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also