| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| boolean | Returns the autoAdjust field. |
| int | getBase() Returns the base field. |
| boolean | Returns the baseAtZero field, whether or not to set the minimum value to base^0, otherwise will choose an appropriate value for the data range. |
| 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 majorDivisions field, the number of major tick line divisions to place between the values base^n and base^(n+1). |
| int | Returns the maxExponent field, the range of values displayed will end at base^maxExponent. |
| int | Returns the minExponent field, the range of values displayed will begin at base^minExpronent. |
| boolean | Returns the showNegativeValues field. |
| static String | Deprecated. |
| void | setAutoAdjust(autoAdjust : boolean) Sets the autoAdjust field. |
| void | Sets the base field. |
| void | setBaseAtZero(baseAtZero : boolean) Sets the baseAtZero field. |
| void | setMajorDivisions(majorDivisions : int) Sets the majorDivisions field. |
| void | setMaxExponent(maxExponent : int) Sets the maxExponent field. |
| void | setMinExponent(minExponent : int) Sets the minExponent field. |
| void | setShowNegativeValues(showNegativeValues : boolean) Sets the showNegativeValues field. |
| Methods Inherited From jsx3.chart.ChartComponent |
|---|
| getChart |
| Methods Inherited From jsx3.gui.Block |
|---|
| getBackground, getBackgroundColor, getBorder, getCSSOverride, getClassName, getColor, getCursor, getDimensions, getDisplay, getFontName, getFontSize, getFontWeight, getHeight, getIndex, getLeft, getMargin, getOverflow, getPadding, getRelativePosition, getTagName, getText, getTextAlign, getTip, getTop, getVisibility, getWidth, getZIndex, hideMask, paint, setBackground, setBackgroundColor, setBorder, setCSSOverride, setClassName, setColor, setCursor, setDimensions, setDisplay, setFontName, setFontSize, setFontWeight, setHeight, setIndex, setLeft, setMargin, setOverflow, setPadding, setRelativePosition, setTagName, setText, setTextAlign, setTip, setTop, setVisibility, setWidth, setZIndex, showMask |
| 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, getDynamicProperty, getRendered, insertHTML, onAfterPaint, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute, setDynamicProperty |
| 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 |
| Constructor Detail |
|---|
| Method Detail |
|---|