API / Series/Radar / RadarMarkerOptions
Defined in: src/core/types/chart/radar.ts:22
Extends
Properties
| Property | Type | Description |
|---|---|---|
borderColor? |
string |
The color of the point marker's border |
borderWidth? |
number |
The width of the point marker's border |
color? |
string |
Fill color of the marker |
enabled? |
boolean |
Enable or disable the point marker |
radius? |
number |
The radius of the point marker |
symbol? |
RadarMarkerSymbol |
- |
Previous