Marker

Marker class

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

class Marker;

Methods

MethodDescription
getBorder()Gets the border.
getArea()Gets the area.
getMarkerStyle()Represents the marker style. Applies to line chart, scatter chart, or radar chart.
setMarkerStyle(ChartMarkerType)Represents the marker style. Applies to line chart, scatter chart, or radar chart.
getMarkerSize()Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
setMarkerSize(number)Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.
getMarkerSizePx()Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
setMarkerSizePx(number)Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart.
getForegroundColor()Represents the marker foreground color in a line chart, scatter chart, or radar chart.
setForegroundColor(Color)Represents the marker foreground color in a line chart, scatter chart, or radar chart.
getForegroundColorSetType()Gets or sets the marker foreground color set type.
setForegroundColorSetType(FormattingType)Gets or sets the marker foreground color set type.
getBackgroundColor()Represents the marker background color in a line chart, scatter chart, or radar chart.
setBackgroundColor(Color)Represents the marker background color in a line chart, scatter chart, or radar chart.
getBackgroundColorSetType()Gets or sets the marker background color set type.
setBackgroundColorSetType(FormattingType)Gets or sets the marker background color set type.
isNull()Checks whether the implementation object is null.

getBorder()

Gets the border.

getBorder() : Line;

Returns

Line

getArea()

Gets the area.

getArea() : Area;

Returns

Area

getMarkerStyle()

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

getMarkerStyle() : ChartMarkerType;

Returns

ChartMarkerType

setMarkerStyle(ChartMarkerType)

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

setMarkerStyle(value: ChartMarkerType) : void;

Parameters:

ParameterTypeDescription
valueChartMarkerTypeThe value to set.

getMarkerSize()

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

getMarkerSize() : number;

setMarkerSize(number)

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

setMarkerSize(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getMarkerSizePx()

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

getMarkerSizePx() : number;

setMarkerSizePx(number)

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

setMarkerSizePx(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getForegroundColor()

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

getForegroundColor() : Color;

Returns

Color

setForegroundColor(Color)

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

setForegroundColor(value: Color) : void;

Parameters:

ParameterTypeDescription
valueColorThe value to set.

getForegroundColorSetType()

Gets or sets the marker foreground color set type.

getForegroundColorSetType() : FormattingType;

Returns

FormattingType

setForegroundColorSetType(FormattingType)

Gets or sets the marker foreground color set type.

setForegroundColorSetType(value: FormattingType) : void;

Parameters:

ParameterTypeDescription
valueFormattingTypeThe value to set.

getBackgroundColor()

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

getBackgroundColor() : Color;

Returns

Color

setBackgroundColor(Color)

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

setBackgroundColor(value: Color) : void;

Parameters:

ParameterTypeDescription
valueColorThe value to set.

getBackgroundColorSetType()

Gets or sets the marker background color set type.

getBackgroundColorSetType() : FormattingType;

Returns

FormattingType

setBackgroundColorSetType(FormattingType)

Gets or sets the marker background color set type.

setBackgroundColorSetType(value: FormattingType) : void;

Parameters:

ParameterTypeDescription
valueFormattingTypeThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;