Class: AxisTitle

AxisTitle(userOptions)

new AxisTitle(userOptions)

Axis Title intended as a subelement for axis, which displays a horizontal or vertical title

Parameters:
Name Type Description
userOptions AxisLabels.Options

User provided options for the axis which extends module:Element~Options

Source:

Extends

  • module:Element

Members

title :String

Type:
  • String
Source:

Type Definitions

Options

These are the options specific to this class. Other options provided by Element.Options can also be passed to create an AxisTitle.

Properties:
Name Type Description
axis AxisLocation

Axis location

title String

Axis title string

Source: