Marker
Contents
[
Hide
]Marker class
Represents the marker in a line chart, scatter chart, or radar chart.
class Marker;
Properties
border
Readonly. Gets the
border : Line;
area
Readonly. Gets the
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;
