Grid Line Style

Hierarchy

  • GridStyle

Constructors

  • Constructor

    Parameters

    • color: undefined | Color

      color

    • width: number

      width

    Returns GridStyle

Methods

  • Get the grid line color

    Returns

    grid line color

    Returns undefined | Color

  • Get the grid line width

    Returns

    grid line width

    Returns number

  • Set the grid line color

    Parameters

    • Optional color: Color

      grid line color

    Returns void

  • Set the grid line width

    Parameters

    • width: number

      grid line width

    Returns void

  • Create a new style

    Returns

    style

    Parameters

    • color: undefined | Color

      color

    • width: number

      width

    Returns GridStyle

Generated using TypeDoc