| 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 | Function) 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 | Function) 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.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 |
| Constructor Detail |
|---|
| Method Detail |
|---|
function(record : jsx3.xml.Entity, index : Number) : jsx3.vector.Fill.function(s : jsx3.chart.Series, record : jsx3.xml.Entity) : String