Search results

MarkerSettings API in JavaScript (ES5) Spreadsheet API control

Represents the MarkerSettings.

Properties

border

BorderModel

Options for customizing the border of a marker.

Defaults to {}

fill

string

The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series color. This property will work only if the isFilled property is set to true.

Defaults to null

isFilled

boolean

By default, the marker gets filled with the fill color. If set to false, the marker background will be transparent.

Defaults to true

shape

ChartShape

The different shape of a marker:

  • Circle
  • Triangle
  • Diamond
  • Plus
  • None

Defaults to ‘Circle’

size

number

The size of the marker in pixels.

Defaults to 5

visible

boolean

If set to true the marker for series is rendered. This is applicable only for line and area type series.

Defaults to false