Marker
Contents
[
Hide
]Marker class
Represents the marker in a line chart, scatter chart, or radar chart.
class Marker;
Properties
Property | Type | Description |
---|---|---|
border | Line | Readonly. Gets the |
area | Area | Readonly. Gets the |
markerStyle | ChartMarkerType | Represents the marker style. Applies to line chart, scatter chart, or radar chart. |
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 | FormattingType | Gets or sets the marker foreground color set type. |
backgroundColor | Color | Represents the marker background color in a line chart, scatter chart, or radar chart. |
backgroundColorSetType | FormattingType | Gets or sets the marker background color set type. |
border
Readonly. Gets the
border : Line;
area
Readonly. Gets the
area : Area;
markerStyle
Represents the marker style. Applies to line chart, scatter chart, or 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 unit of pixels. Applies to line chart, scatter chart, or radar chart.
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;