class anychart.palettes.Markers Improve this Doc
Extends: anychart.core.Base
Marker palette class.
Methods Overview
Specific settings | |
itemAt() | Marker by index. |
items() | Palette markers list. |
Methods Description
itemAt
Getter for type palette markers from list by index.
Params:
Name | Type | Description |
---|---|---|
index | number | Index to get type. |
Returns:
anychart.enums.MarkerType | string | anychart.enums.BulletMarkerType - Marker type by index.Try it:
Setter for type palette markers from list by index.
Params:
Name | Type | Description |
---|---|---|
index | number | Index to set marker type. |
type | anychart.enums.MarkerType | anychart.enums.BulletMarkerType | string | Type of the marker to set. |
Returns:
anychart.palettes.Markers - Self instance for method chaining.Try it:
items
Getter for markers list of palette.
Returns:
Array.<string> | string | anychart.enums.MarkerType | anychart.enums.BulletMarkerType - Markers list.Try it:
Setter for markers list of palette.
Params:
Name | Type | Description |
---|---|---|
type | Array.<string> | string | anychart.enums.MarkerType | anychart.enums.BulletMarkerType | Markers palette list to set. |
var_args | string | Another types. |
Returns:
anychart.palettes.Markers - Self instance for method chaining.