Marker
Marker class
Represents the marker in a line chart, scatter chart, or radar chart.
Properties
| Name | Type | Description |
|---|---|---|
| Border | Line | Gets the Line . |
| Area | Area | Gets the Area . |
| MarkerStyle | Number | Represents the marker style. Applies to line chart, scatter chart, or radar chart. The value of the property is ChartMar |
| MarkerSize | Number | Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. |
| MarkerSizePx | Number | Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. |
| ForegroundColor | Color | Represents the marker foreground color in a line chart, scatter chart, or radar chart. |
| ForegroundColorSetType | Number | Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant. |
| BackgroundColor | Color | Represents the marker background color in a line chart, scatter chart, or radar chart. |
| BackgroundColorSetType | Number | Gets or sets the marker background color set type. The value of the property is FormattingType integer constant. |
Marker.Border property
Gets the Line .
Type: Line
Marker.Area property
Gets the Area .
Type: Area
Marker.MarkerStyle property
Represents the marker style. Applies to line chart, scatter chart, or radar chart. The value of the property is ChartMarkerType integer constant.
Type: Number
Marker.MarkerSize property
Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
Type: Number
Marker.MarkerSizePx property
Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
Type: Number
Marker.ForegroundColor property
Represents the marker foreground color in a line chart, scatter chart, or radar chart.
Type: Color
Marker.ForegroundColorSetType property
Gets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.
Type: Number
Marker.BackgroundColor property
Represents the marker background color in a line chart, scatter chart, or radar chart.
Type: Color
Marker.BackgroundColorSetType property
Gets or sets the marker background color set type. The value of the property is FormattingType integer constant.
Type: Number