Marker

Marker class

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

class Marker;

Properties

PropertyTypeDescription
borderLineReadonly. Gets the border.
areaAreaReadonly. Gets the area.
markerStyleChartMarkerTypeRepresents the marker style. Applies to a line chart, a scatter chart, or a radar chart.
markerSizenumberRepresents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
markerSizePxnumberRepresents the marker size in units of pixels. Applies to line charts, scatter charts, or radar charts.
foregroundColorColorRepresents the marker foreground color in a line chart, scatter chart, or radar chart.
foregroundColorSetTypeFormattingTypeGets or sets the marker foreground color set type.
backgroundColorColorRepresents the marker background color in a line chart, scatter chart, or radar chart.
backgroundColorSetTypeFormattingTypeGets or sets the marker background color set type.

border

Readonly. Gets the border.

border : Line;

area

Readonly. Gets the area.

area : Area;

markerStyle

Represents the marker style. Applies to a line chart, a scatter chart, or a radar chart.

markerStyle : ChartMarkerType;

markerSize

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

markerSize : number;

markerSizePx

Represents the marker size in units of pixels. Applies to line charts, scatter charts, or radar charts.

markerSizePx : number;

foregroundColor

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

foregroundColor : Color;

foregroundColorSetType

Gets or sets the marker foreground color set type.

foregroundColorSetType : FormattingType;

backgroundColor

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

backgroundColor : Color;

backgroundColorSetType

Gets or sets the marker background color set type.

backgroundColorSetType : FormattingType;