| | Class | Description |
|---|
| | AxisBase |
AxisBase is the base class for HAxis and VAxis. |
| | HAxis | HAxis 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. |
| | HCategoryAxis | HCategoryAxis 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. |
| | VAxis | VAxis 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. |