Description
The DataPointMarker class represents the style and formatting of data markers in line, radar, and scatter charts. To return a DataPointMarker object, use Series.DataPointMarker.
Signature: C#
Signature: VB.NET
Properties
| Name | Description |
|---|---|
| BackgroundColor | Sets or returns the background color of series data markers. |
| ForegroundColor | Sets or returns the foreground color of series data markers. |
| HasShadow | Sets or returns whether data markers will be displayed with a shadow effect. |
| MarkerType | Sets or returns a data marker type for the series. |
| ShowBackgroundColor | Sets or returns whether the background color of series data markers will be visible or transparent. |
| ShowForegroundColor | Sets or returns whether the foreground color of series data markers will be visible or transparent. |
| Size | Sets or returns the size of series data markers, in points (1/72 inch). |
| Visible | Sets or returns whether data markers will be hidden or displayed. |