| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| String | Returns the borderStroke field, string representation of the stroke used to outline the grid lines. |
| Array<String> | getFillH() Returns the fillH field, array of string representations of vector fills used to fill in areas between horizontal major ticks; if the length of the array is greater than one, the areas alternate through the list of fills. |
| Array<String> | getFillV() Returns the fillV field, array of string representations of vector fills used to fill in areas between vertical major ticks; if the length of the array is greater than one, the areas alternate through the list of fills. |
| boolean | Returns the horizontalAbove field, whether to draw the horizontal lines and fills above the vertical ones. |
| boolean | Returns the inForeground field, whether to draw this legend on top of the data series (or below). |
| Array<String> | Returns the strokeMajorH field, array of string representations of VectorStroke's used to draw the horizontal major ticks; if the length of the array is greater than one, the ticks alternate through the list of strokes. |
| Array<String> | Returns the strokeMajorV field, array of string representations of VectorStroke's used to draw the vertical major ticks; if the length of the array is greater than one, the ticks alternate through the list of strokes. |
| Array<String> | Returns the strokeMinorH field, array of string representations of VectorStroke's used to draw the horizontal minor ticks; if the length of the array is greater than one, the ticks alternate through the list of strokes. |
| Array<String> | Returns the strokeMinorV field, array of string representations of VectorStroke's used to draw the vertical minor ticks; if the length of the array is greater than one, the ticks alternate through the list of strokes. |
| static String | Deprecated. |
| jsx3.chart.Axis | getXAxis() Returns the x (horizontal) axis used to determine where to draw tick lines. |
| jsx3.chart.Axis | getYAxis() Returns the y (vertical) axis used to determine where to draw tick lines. |
| void | setBorderStroke(borderStroke : String) Sets the borderStroke field. |
| void | Sets the fillH field. |
| void | Sets the fillV field. |
| void | setHorizontalAbove(horizontalAbove : boolean) Sets the horizontalAbove field. |
| void | setInForeground(inForeground : boolean) Sets the inForeground field. |
| void | setStrokeMajorH(strokeMajorH : Array<String>) Sets the strokeMajorH field. |
| void | setStrokeMajorV(strokeMajorV : Array<String>) Sets the strokeMajorV field. |
| void | setStrokeMinorH(strokeMinorH : Array<String>) Sets the strokeMinorH field. |
| void | setStrokeMinorV(strokeMinorV : Array<String>) Sets the strokeMinorV 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 |
|---|