Enumeration

ac.AxisType

Defines the type of an jsapoi.Axis. E.g. category, linear, etc. Maps directly to ac.AxisImpl classes and is used by convenience methods.

Example

var linearType = ac.AxisType.LINEAR;

Summary

Literals
CATEGORY
DATE
LINEAR
LOGARITHMIC
PERCENTAGE

Literal detail

CATEGORY

DATE

LINEAR

LOGARITHMIC

PERCENTAGE