Marker

Marker class

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

Properties

NameTypeDescription
BorderLineGets the Line .
AreaAreaGets the Area .
MarkerStyleintRepresents the marker style. Applies to line chart, scatter chart, or radar chart. The value of the property is ChartMar
MarkerSizeintRepresents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
MarkerSizePxintRepresents 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.
ForegroundColorSetTypeintGets 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.
BackgroundColorSetTypeintGets 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: int

Marker.MarkerSize property

Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.

Type: int

Marker.MarkerSizePx property

Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.

Type: int

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: int

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: int