Marker

Marker class

Represents the marker in a line chart, scatter chart, or radar chart.

Properties

NameTypeDescription
BorderLineGets the Line .
AreaAreaGets the Area .
MarkerStyleNumberRepresents the marker style. Applies to line chart, scatter chart, or radar chart. The value of the property is ChartMar
MarkerSizeNumberRepresents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
MarkerSizePxNumberRepresents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
ForegroundColorColorRepresents the marker foreground color in a line chart, scatter chart, or radar chart.
ForegroundColorSetTypeNumberGets or sets the marker foreground color set type. The value of the property is FormattingType integer constant.
BackgroundColorColorRepresents the marker background color in a line chart, scatter chart, or radar chart.
BackgroundColorSetTypeNumberGets 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