Classes
 ClassDescription
 AxisBase AxisBase is the base class for HAxis and VAxis.
 HAxisHAxis renders values from left to right between a minimum and maximum value, and is intended to be rendered beneath other layouts to provide a point of reference for those visualizations.
 HCategoryAxisHCategoryAxis renders values from left to right between a indexed collection of string values and is intended to be rendered beneath other layouts to provide a point of reference for those visualizations.
 VAxisVAxis renders values from bottom to top between a minimum and maximum value, and is intended to be rendered to the left of other layouts to provide a point of reference for those visualizations.