| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| Function | Returns the colorFunction field. |
| String | getFill() Returns the fill field. |
| String | Returns the fillGradient field. |
| int | getIndex() Returns the index of this series in the list of chart's series. |
| jsx3.chart.ChartLabel | getLabel() Returns the optional jsx3.chart.ChartLabel child of this series. |
| String | Returns the seriesName field. |
| String | Returns the stroke field. |
| Function | Returns the function used to render tooltips for each area drawn by this series. |
| static String | Deprecated. |
| jsx3.chart.Axis | getXAxis() Returns the x axis that this series is plotted against. |
| jsx3.chart.Axis | getYAxis() Returns the y axis that this series is plotted against. |
| void | setColorFunction(colorFunction : String) Sets the colorFunction field. |
| void | Sets the fill field, string representation of a vector fill. |
| void | setFillGradient(fillGradient : String) Sets the fillGradient field, string representation of a vector fill gradient. |
| void | setSeriesName(seriesName : String) Sets the seriesName field, this name is usually displayed in a legend or as a label. |
| void | Sets the stroke field, string representation of a VectorStroke. |
| void | setTooltipFunction(tooltipFunction : String) Sets the function used to render tooltips for each area drawn by this series. |
| 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, 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 |
|---|