Interface for a series which contains points

Hierarchy

  • Pointed

Implemented by

Properties

getPointFillStyle: (() => FillStyle)

Type declaration

setPointFillStyle: ((pointColor: FillStyle | ImmutableMutator<FillStyle, FillStyle>) => Pointed)

Type declaration

Methods

  • Get the current rotation of points.

    Returns number

  • Get shape of points.

    This is defined upon creation of Series, and cannot be changed afterwards.

    Returns

    Shape of points

    Returns PointShape

  • Returns

    Size of point in pixels

    Returns number

  • Set the rotation of points.

    Parameters

    • angle: number

      Rotation angle in degrees

    Returns Pointed

  • Set size of point in pixels

    Returns

    Object itself for fluent interface

    Parameters

    • size: number

      Size of point in pixels

    Returns Pointed