X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.chart.NumericAxis.html diff --git a/docs/output/Ext.chart.NumericAxis.html b/docs/output/Ext.chart.NumericAxis.html index 8b90edf2..08b71a14 100644 --- a/docs/output/Ext.chart.NumericAxis.html +++ b/docs/output/Ext.chart.NumericAxis.html @@ -1,9 +1,9 @@
Axis
  NumericAxis

Class Ext.chart.NumericAxis

Package:Ext.chart
Defined In:Chart.js
Class:NumericAxis
Extends:Axis
A type of axis whose units are measured in numeric values.

Public Properties

PropertyDefined By
 alwaysShowZero : Boolean
If true, and the bounds are calculated automatically, either the minimum or -maximum will be set to zero.
NumericAxis
 hideOverlappingLabels : Boolean
If true, labels that overlap previously drawn labels on the axis will be hidden.
Axis
 hideOverlappingLabels : Boolean
If true, labels that overlap previously drawn labels on the axis will be hidden.
Axis
 majorUnit : Number
The spacing between major intervals on this axis.
NumericAxis
 maximum : Number
The maximum value drawn by the axis. If not set explicitly, the axis maximum will be calculated automatically.
NumericAxis
 minimum : Number
The minimum value drawn by the axis. If not set explicitly, the axis minimum -will be calculated automatically.
NumericAxis
 minorUnit : Number
The spacing between minor intervals on this axis.
NumericAxis
 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
 scale : String
The scaling algorithm to use on this axis. May be "linear" or "logarithmic".
NumericAxis
 minorUnit : Number
The spacing between minor intervals on this axis.
NumericAxis
 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
 scale : String
The scaling algorithm to use on this axis. May be "linear" or "logarithmic".
NumericAxis
 type : String
The type of axis.
Axis

Public Methods

This class has no public methods.

Public Events

This class has no public events.
\ No newline at end of file