| Field Summary | |
|---|---|
| static Array<jsx3.vector.Fill> | The default fill colors for series and categories whose fills are not specified. |
| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| float | getAlpha() Returns the alpha field, the opacity to render the chart's background. |
| float | Returns the borderAlpha field, the opacity to render the chart's border. |
| String | Number | Returns the borderColor field, the RGB color to render the chart's border. |
| int | Returns the borderWidth field, the pixel width of the chart's border. |
| jsx3.chart.ChartLabel | Find the first jsx3.chart.ChartLabel child |
| String | Returns the dataPadding field, the CSS padding value that determines the padding around the data area, ie "10" or "5 0 5 0". |
| jsx3.chart.Legend | Find the first Legend child |
| int | in general the chart legend renders one entry for every series in the chart, override this method to show categories in the legend |
| String | Returns the legendPlacement field, the quadrant in which to place the legend. |
| Array<jsx3.chart.Series> | Returns the list of Series children. |
| int | Returns the index of a series in the list of series children. |
| String | Returns the titlePlacement field, the quadrant in which to place the title. |
| static String | Deprecated. |
| void | Note that this method is very expensive because it causes the entire chart to be redrawn. |
| void | Sets the alpha field. |
| void | setBorderAlpha(borderAlpha : float) Sets the borderAlpha field. |
| void | setBorderColor(borderColor : String | Number) Sets the borderColor field. |
| void | setBorderWidth(borderWidth : int) Sets the borderWidth field. |
| void | setDataPadding(dataPadding : String) Sets the dataPadding field. |
| void | setLegendPlacement(legendPlacement : String) Sets the legendPlacement field. |
| void | setTitlePlacement(titlePlacement : String) Sets the titlePlacement field. |
| Methods Inherited From jsx3.xml.Cacheable |
|---|
| clearXmlData, getNodeSet, getShareResources, getXML, getXMLId, getXMLString, getXMLTransformers, getXMLURL, getXSL, getXSLId, getXSLParams, getXSLString, getXSLURL, getXmlAsync, getXmlBind, onXmlBinding, removeXSLParam, removeXSLParams, resetCacheData, resetData, resetXmlCacheData, resetXslCacheData, setNodeSet, setShareResources, setSourceXML, setXMLId, setXMLString, setXMLTransformers, setXMLURL, setXSLId, setXSLParam, setXSLString, setXSLURL, setXmlAsync, setXmlBind |
| Methods Inherited From jsx3.xml.CDF |
|---|
| adoptRecord, adoptRecordBefore, convertProperties, deleteRecord, deleteRecordProperty, getRecord, getRecordNode, insertRecord, insertRecordBefore, insertRecordNode, insertRecordProperty, reloadFromSource |
| Methods Inherited From jsx3.vector.Block |
|---|
| createCanvas, createVector, getCanvas, paintEventHandler, updateVector |
| 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 |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|
jsx3.chart.Legend.SHOW_SERIES