| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| Array<String | int> | Returns the colors field, overrides per-chart setting in PieChart. |
| String | getField() Returns the field field, the attribute of the data provider to use as values for this series. |
| int | Returns the labelOffset field, the pixel offset of the optional ChartLabel child. |
| String | Returns the labelPlacement field, where to place the optional ChartLabel child. |
| int | Returns the startAngle field, overrides per-chart setting in PieChart. |
| int | Returns the totalAngle field, overrides per-chart setting in PieChart. |
| Number | getValue(record : jsx3.xml.Entity) Returns the value of a data point in this series for the given record. |
| static String | Deprecated. |
| void | Sets the colors field. |
| void | Sets the field field. |
| void | setLabelOffset(labelOffset : int) Sets the labelOffset field. |
| void | setLabelPlacement(labelPlacement : String) Sets the labelPlacement field. |
| void | setStartAngle(startAngle : int) Sets the startAngle field. |
| void | setTotalAngle(totalAngle : int) Sets the totalAngle 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 |
| Constructor Detail |
|---|
| Method Detail |
|---|