Class: Axes

.Chart. Axes

Contains four axis objects: left, top, right and bottom

Constructor

new Axes(chart)

Parameters:
Name Type Description
chart Tee.Chart The parent chart this axes object belongs to.
Properties:
Name Type Attributes Default Description
visible Boolean <optional>
true Draws or not all the chart axis objects.
transparency Number <optional>
0 Applies transparency to all axes in chart, from 0 to 1.
Source:

Members

bottom :Tee.Chart.Axis

Type:
Source:

left :Tee.Chart.Axis

Type:
Source:
Type:
Source:

top :Tee.Chart.Axis

Type:
Source:

Methods

add()

Creates and adds a new custom Axis
Source: