| Field Summary | |
|---|---|
| static int | the default height
|
| static int | the default width
|
| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| String | Returns the backgroundFill field, a string representation of the vector fill used to color in the background of the legend. |
| String | Returns the backgroundStroke field, a string representation of the VectorStroke used to outline the legend. |
| int | Returns the boxHeight field, the diameter of the box that shows the fill of each series or category. |
| String | Returns the labelClass field, the CSS class name applied to the name of each series or category. |
| String | Returns the labelStyle field, a CSS style attribute applied to the name of each series or category, ie "font-family: Arial; font-size: 10px;". |
| jsx3.chart.ChartLabel | Find the first jsx3.chart.ChartLabel child |
| int | Returns the lineHeight field, the vertical space taken for each legend entry. |
| int | Returns the preferredHeight field, the height that this component would like to have, though its true size is dictated by the container component. |
| int | Returns the preferredWidth field, the width that this component would like to have, though its true size is dictated by the container component. |
| static String | Deprecated. |
| void | setBackgroundFill(backgroundFill : String) Sets the backgroundFill field. |
| void | setBackgroundStroke(backgroundStroke : String) Sets the backgroundStroke field. |
| void | setBoxHeight(boxHeight : int) Sets the boxHeight field. |
| void | setLabelClass(labelClass : String) Sets the labelClass field. |
| void | setLabelStyle(labelStyle : String) Sets the labelStyle field. |
| void | setLineHeight(lineHeight : int) Sets the lineHeight field. |
| void | setPreferredHeight(preferredHeight : int) Sets the preferredHeight field. |
| void | setPreferredWidth(preferredWidth : int) Sets the preferredWidth field. |
| 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, 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 |
|---|