CustomMarker2DModel Members
The custom 2D point marker model.Constructors
| Name | Description |
|---|---|
| CustomMarker2DModel() | Initializes a new instance of the CustomMarker2DModel class with the default settings. |
Fields
| Name | Description |
|---|---|
| PointTemplateProperty static | Identifies the CustomMarker2DModel.PointTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| ModelName | Gets the name of the CustomMarker2DModel. |
| PointTemplate | Specifies the point template for the point marker’s 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 point markers. Inherited from Marker2DModel. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also