Properties Methods Events Direct Link
Axis
  CategoryAxis

Class Ext.chart.CategoryAxis

Package:Ext.chart
Defined In:Chart.js
Class:CategoryAxis
Extends:Axis
A type of axis that displays items in categories.

Public Properties

PropertyDefined By
 categoryNames : Array
A list of category names to display along this axis.
CategoryAxis
 hideOverlappingLabels : Boolean
If true, labels that overlap previously drawn labels on the axis will be hidden.
Axis
 orientation : String
The direction in which the axis is drawn. May be "horizontal" or "vertical".
Axis
 reverse : Boolean
If true, the items on the axis will be drawn in opposite direction.
Axis
 type : String
The type of axis.
Axis

Public Methods

This class has no public methods.

Public Events

This class has no public events.