Marker
Marker class
Represents the marker in a line chart, scatter chart, or radar chart.
class Marker;
Methods
Method | Description |
---|---|
getBorder() | Gets the |
getArea() | Gets the |
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
getBorder() : Line;
Returns
getArea()
Gets the
getArea() : Area;
Returns
getMarkerStyle()
Represents the marker style. Applies to line chart, scatter chart, or radar chart.
getMarkerStyle() : ChartMarkerType;
Returns
setMarkerStyle(ChartMarkerType)
Represents the marker style. Applies to line chart, scatter chart, or radar chart.
setMarkerStyle(value: ChartMarkerType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | ChartMarkerType | The 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:
Parameter | Type | Description |
---|---|---|
value | number | The 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:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
getForegroundColor()
Represents the marker foreground color in a line chart, scatter chart, or radar chart.
getForegroundColor() : Color;
Returns
setForegroundColor(Color)
Represents the marker foreground color in a line chart, scatter chart, or radar chart.
setForegroundColor(value: Color) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color | The value to set. |
getForegroundColorSetType()
Gets or sets the marker foreground color set type.
getForegroundColorSetType() : FormattingType;
Returns
setForegroundColorSetType(FormattingType)
Gets or sets the marker foreground color set type.
setForegroundColorSetType(value: FormattingType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | FormattingType | The value to set. |
getBackgroundColor()
Represents the marker background color in a line chart, scatter chart, or radar chart.
getBackgroundColor() : Color;
Returns
setBackgroundColor(Color)
Represents the marker background color in a line chart, scatter chart, or radar chart.
setBackgroundColor(value: Color) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color | The value to set. |
getBackgroundColorSetType()
Gets or sets the marker background color set type.
getBackgroundColorSetType() : FormattingType;
Returns
setBackgroundColorSetType(FormattingType)
Gets or sets the marker background color set type.
setBackgroundColorSetType(value: FormattingType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | FormattingType | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;