public class FlexPlotSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexPlotSeries(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexPlotSeries。
|
Modifier and Type | Method and Description |
---|---|
double |
getRadius()
获取 半径样式。
|
String |
getXField()
获取 数据提供程序字段,其确定每个数据点的 x 轴位置。
|
String |
getYField()
获取 数据提供程序字段,其确定每个数据点的 y 轴位置。
|
getColumnNames, getFirstVisibleRow, getLastVisibleRow, getNumColumns, getNumRows, getSelectedIndex, getSelectedIndices, getSelectedItem, getSelectedItems, getValues, seriesClick, seriesDoubleClick, seriesItemRollOver
changeFocus, changeFocus, changeFocus, getAutomationClassName, getAutomationIndex, getAutomationName, getClassName, getCurrentState, getErrorColor, getErrorString, getId, getNumAutomationChildren, getPercentHeight, getPercentWidth, getScaleX, getScaleY, getThemeColor, getToolTip, isEnabled, isFocusEnabled, isUseHandCursor, move, move, move, setFocus
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getAlpha, getHeight, getStyle, getTabIndex, getWidth, getX, getY, isMouseEnabled, isTabChildren, isTabEnabled, isVisible, mouseMove, mouseMove, nativeToString, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeys
captureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, getValue, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForProperty
equals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toString
protected FlexPlotSeries(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexPlotSeries 的句柄desktop
- 此对象所在的桌面public double getRadius()
指定每个数据点处图表元素的半径(像素)。默认情况下,PlotChart 控件在每个数据点处绘制圆。
默认值为 4。
public String getXField()
如果为 null,则 Flex 以数据点在数据提供程序中显示的顺序呈现数据点。默认值为 null。
public String getYField()
如果为 null,则 PlotSeries 假设数据提供程序是一个数字数组并使用数字作为值。默认值为 null。
Copyright 2009-2012 Micro Focus. All Rights Reserved.