StarMarker2DModel Class
In This Article
Represents the Star marker pre-defined model.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
You can define this marker model for series types that support the ISupportMarker2D interface: Area, Point, Line or Bubble series.
To do this, assign an instance of the StarMarker2DModel class to the ISupportMarker2D.MarkerModel property.
The following image demonstrates the StarMarker2DModel (with the PastelKitPalette applied to the chart control).
The size of the marker is controlled by the ISupportMarker2D.MarkerSize property.
For a code example, see How to: Assign Different Models for Series and Point Markers.
#Inheritance
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Marker2DModel
PredefinedMarker2DModel
StarMarker2DModel
See Also