public class FlexAreaSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexAreaSeries(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexAreaSeries。
|
Modifier and Type | Method and Description |
---|---|
String |
getForm()
获取 区域的边界类型。
|
String |
getMinField()
获取 dataProvider 字段,其确定区域底部边界。
|
double |
getRadius()
获取 数据点的图表元素的半径(像素)。
|
String |
getXField()
获取 数据提供程序字段,其确定水平轴上数据点的位置。
|
String |
getYField()
获取 数据提供程序字段,其确定垂直轴上数据点的位置。
|
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 FlexAreaSeries(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexAreaSeries 的句柄desktop
- 此对象所在的桌面public String getForm()
可能值包括:
默认值为线段。
public String getMinField()
如果为 null,则区域基于最小范围(或最大范围,如果字段值为负值)。默认值为 null。
public double getRadius()
此属性仅在您指定 itemRenderer 属性时适用。
默认值为 4。
public String getXField()
如果为 null,则以数据点在数据提供程序中显示的顺序呈现数据点。默认值为 null。
public String getYField()
如果为 null,则 AreaSeries 假设 dataProvider 是一个数字数组并使用数字作为数据点值。默认值为 null。
Copyright 2009-2012 Micro Focus. All Rights Reserved.