| Field Summary | |
|---|---|
| static String | |
| static String | |
| static String | |
| static String | |
| static String | |
| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| String | getForm() Returns the form field. |
| boolean | Returns the interpolateValues field. |
| String | Returns the pointFill field. |
| String | Returns the pointGradient field. |
| int | Returns the pointRadius field. |
| jsx3.chart.PointRenderer | Returns the pointRenderer field. |
| String | Returns the pointStroke field. |
| static String | Deprecated. |
| String | Returns the xField field. |
| String | Returns the yField field. |
| void | Sets the form field, checks for valid value. |
| void | setInterpolateValues(interpolateValues : boolean) Sets the interpolateValues field. |
| void | setPointFill(pointFill : String) Sets the pointFill field. |
| void | setPointGradient(pointGradient : String) Sets the pointGradient field. |
| void | setPointRadius(pointRadius : int) Sets the pointRadius field. |
| void | setPointRenderer(pointRenderer : String) Sets the pointRenderer field, should eval to an object that implements the renderer interface. |
| void | setPointStroke(pointStroke : String) Sets the pointStroke field. |
| void | Sets the xField field. |
| void | Sets the yField field. |
| static String | The default tooltip function for this type of series. |
| Methods Inherited From jsx3.chart.Series |
|---|
| getColorFunction, getFill, getFillGradient, getIndex, getLabel, getSeriesName, getStroke, getTooltipFunction, getXAxis, getYAxis, setColorFunction, setFill, setFillGradient, setSeriesName, setStroke, setTooltipFunction |
| 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 |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|