The following tables list the members exposed by Marker.
Public Constructors
Public Properties
| Name | Description |
| Image | Gets or sets the image that will be used to fill the marker in a designated series or data point. It will overwrite the SolidFill value to null if that value was previously set. |
| OutlineColor | Gets or sets the outline color of a specific marker in a designated series or data point. |
| Size | Gets or sets the size of the marker if SymbolType is set. Note that the value of this property must be positive. |
| SolidFill | Gets or sets the color that is used to fill the marker in a designated series or data point. It will overwrite the Image value to null if that value was previously set. |
| SymbolType | Gets or sets the shape of a marker in a series or data point, using the enum MarkerStyle. It can be combined with the Image property to change the final shape. |
Top
See Also