public class XYChart extends PointLineChart
Control.TranslucentShape
Modifier and Type | Field and Description |
---|---|
boolean |
positionAtColumnCenter
Position the values at the center of the column instead of at the line.
|
lineThickness, pointR, points, postEventOnAxisSelection, selectedAxis, showLines, showPoints, showValue
axisBackColor, axisForeColor, axisText, border, categoryMarkColor, categoryMarkIndex, clientRect, COLOR1, COLOR2, COLOR3, COLOR4, COLOR5, COLOR6, COLOR7, COLOR8, COLOR9, columnW, drawAxis, fillColor2, GRADIENT_DARK, GRADIENT_HORIZONTAL, GRADIENT_INVERT, GRADIENT_VERTICAL, IS_3D, legendPerspective, legendPosition, legendTextColor, legendValues, onlyShowCategories, series, showCategories, showCategoriesOnTick, showFirstYValue, showHGrids, showLegend, showTextBox, showTitle, showVGrids, showYValues, snapToBottom, snapToTop, title, type, UNSET, use2ndColorEveryXColumns, xAxisCategories, xAxisMaxValue, xAxisMinValue, xAxisSteps, xAxisX1, xAxisX2, xDecimalPlaces, yAxisMaxValue, yAxisMinValue, yAxisSteps, yAxisY1, yAxisY2, yDecimalPlaces, yValuesSize
AFTER, alphaValue, appId, appObj, asContainer, asWindow, backColor, BEFORE, BOTTOM, BOTTOM_OF, BRIGHTER_BACKGROUND, callListenersOnAllTargets, CENTER, CENTER_OF, clearValueInt, clearValueStr, DARKER_BACKGROUND, DP, effect, enableUpdateScreen, esce, eventsEnabled, FILL, fillColor, FIT, floating, fm, fmH, focusHandler, focusLess, focusOnPenDown, focusTraversable, font, FONTSIZE, foreColor, height, ignoreInsets, isHighlighting, isTablet, KEEP, keepDisabled, keepEnabled, LEFT, next, nextTabControl, npParts, offscreen, offscreen0, onEventFirst, parent, PARENTSIZE, PARENTSIZEMAX, PARENTSIZEMIN, PREFERRED, prev, RANGE, repositionAllowed, RIGHT, RIGHT_OF, SAME, SCREENSIZE, SCREENSIZEMAX, SCREENSIZEMIN, setFont, setH, setRel, setW, setX, SETX_NOT_SET, setY, tempW, textShadowColor, TOP, translucentShape, transparentBackground, uiAdjustmentsBasedOnFontHeightIsSupported, uiAndroid, UICONST, uiFlat, uiHolo, uiMaterial, uiVista, visible, width, WILL_RESIZE, x, y
Constructor and Description |
---|
XYChart()
Creates a new XY (scatter) chart without categories
|
XYChart(java.lang.String[] categories)
Creates a new XY (scatter) chart with the given categories
|
Modifier and Type | Method and Description |
---|---|
void |
onPaint(Graphics g)
Called to draw the control.
|
onEvent
draw, drawTextBox, drawTextBox, getCustomInsets, getTitle, getXValuePos, getYValuePos, setTitle, setXAxis, setXAxis, setYAxis
_onEvent, addEnabledStateListener, addFocusListener, addFontChangeHandler, addGridListener, addHandler, addHighlightListener, addKeyListener, addListContainerListener, addMouseListener, addMultiTouchListener, addPenListener, addPressListener, addPushNotificationListener, addSizeChangeHandler, addTimer, addTimer, addTimerListener, addValueChangeHandler, addWindowListener, bringToFront, changeHighlighted, clear, contains, drawTranslucentBackground, getAbsoluteRect, getBackColor, getDoEffect, getEffectH, getEffectW, getEffectX, getEffectY, getEventListeners, getFont, getForeColor, getGap, getGraphics, getHeight, getNext, getParent, getParentWindow, getPos, getPreferredHeight, getPreferredWidth, getPressedEvent, getPrev, getRect, getSize, getTextShadowColor, getWidth, getX, getX2, getY, getY2, hadParentScrolled, handleGeographicalFocusChangeKeys, hasFocus, internalSetEnabled, intXYWH, isActionEvent, isChildOf, isDisplayed, isEnabled, isFloating, isInsideOrNear, isObscured, isTopMost, isVisible, isVisibleAndInside, onBoundsChanged, onColorsChanged, onFontChanged, onWindowPaintFinished, post, postEvent, postPressedEvent, releaseScreenShot, removeEnabledStateListener, removeFocusListener, removeGridListener, removeHandler, removeHighlightListener, removeKeyListener, removeListContainerListener, removeMouseListener, removeMultiTouchListener, removePenListener, removePressListener, removePushNotificationListener, removeTimer, removeTimerListener, removeWindowListener, repaint, repaintNow, reposition, reposition, repositionChildren, requestFocus, resetSetPositions, resetStyle, safeRepaintNow, safeUpdateScreen, sendToBack, setBackColor, setBackForeColors, setDoEffect, setEnabled, setFloating, setFocusLess, setFont, setForeColor, setNinePatch, setNinePatch, setRect, setRect, setRect, setRect, setSet, setTextShadowColor, setTranslucent, setVisible, showTip, takeInitialScreenShot, takeScreenShot, translateFromOrigin, uiStyleChanged, updateScreen, updateTemporary, willOpenKeyboard
public boolean positionAtColumnCenter
public XYChart()
public XYChart(java.lang.String[] categories)
public void onPaint(Graphics g)
Control
onPaint
in class PointLineChart
g
- the graphics object for drawingGraphics