MarkerStyle Members
Stores the appearance settings of data point markers for the Line, Spline, Point and Bubble series.Constructors
Name | Description |
---|---|
MarkerStyle() | Initializes a new instance of the MarkerStyle class with default settings. |
Fields
Name | Description |
---|---|
FillProperty static | Identifies the Fill bindable property. |
StrokeProperty static | Identifies the Stroke bindable property. |
StrokeThicknessProperty static | Identifies the StrokeThickness bindable property. |
Properties
Name | Description |
---|---|
Fill | Gets or sets the fill color of point markers. |
Stroke | Gets or sets the point marker stroke color. |
StrokeThickness | Gets or sets the point marker stroke thickness. |
See Also