| Field Summary | |
|---|---|
| static int | The maximum number of intervals to show when calculating by auto adjust. |
| static int | The minimum number of intervals to show when calculating by auto adjust. |
| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| boolean | Returns the autoAdjust field, whether to adjust the max/min/interval to the range of the data. |
| boolean | Returns the baseAtZero field, whether to set either the min or max value of this axis to 0 if applicable and if autoAdjust is true. |
| int | getCoordinateFor(value : Number) convert a number value to a coordinate between 0 and this.length, if the value is outside of the range of the axis, return the closest value in the range |
| void | getCoordinateForNoClip(value : ?) same as getCoordinateFor(), but does not clip to bounds of the axis
|
| int | Returns the interval field, the interval between major ticks, overrides autoAdjust. |
| int | getMax() Returns the max field, the maximum value displayed by this axis, overrides autoAdjust. |
| int | getMin() Returns the min field, the minimum value displayed by this axis, overrides autoAdjust. |
| static String | Deprecated. |
| void | setAutoAdjust(autoAdjust : boolean) Sets the autoAdjust field. |
| void | setBaseAtZero(baseAtZero : boolean) Sets the baseAtZero field. |
| void | setInterval(interval : int) Sets the interval field. |
| void | Sets the max field. |
| void | Sets the min field. |
| Methods Inherited From jsx3.chart.ChartComponent |
|---|
| getChart |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getRendered, insertHTML, onAfterPaint, onAfterRestoreView, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|