Options
All
  • Public
  • Public/Protected
  • All
Menu

Custom options to pass to the SpritePointMarker at construct time

Hierarchy

Index

Properties

Optional fill

fill: string

The fill of the point-marker as an HTML color code

Optional height

height: number

The height of the point-marker in pixels

Optional image

image: HTMLImageElement

Sets the image to draw at each x-y point as an {@link HTMLImageElement}

Optional lastPointOnly

lastPointOnly: boolean

Set true to make the point marker render only for the last point on the data series

Optional opacity

opacity: number

The opacity of the point-marker

Optional stroke

stroke: string

The stroke of the point-marker as an HTML color code

Optional strokeThickness

strokeThickness: number

The stroke-thickness of the point-marker in pixels

Optional width

width: number

The width of the point-marker in pixels

Generated using TypeDoc