public class FlexChartSeries extends FlexObject
您使用与图表控件关联的 Series 类的子类。您可使用 Series 类指定与数据序列关联的图表元素的填充模式和笔画特点。
| Modifier | Constructor and Description |
|---|---|
protected |
FlexChartSeries(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexChartSeries。
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumnNames()
获取 包含数据中所有列的名称的列表。
|
int |
getFirstVisibleRow()
获取 第一个可见子级的索引。
|
int |
getLastVisibleRow()
获取 最后一个可见子级的索引。
|
int |
getNumColumns()
获取 可用数据中的总列数。
|
int |
getNumRows()
获取 可用数据的总行数。
|
int |
getSelectedIndex()
获取 序列的数据提供程序中所选项目的索引。
|
List<Integer> |
getSelectedIndices()
获取 序列的数据提供程序中所选项目的索引数组。
|
int |
getSelectedItem()
获取 序列中选定的图表项。
|
List<Integer> |
getSelectedItems()
获取 序列中选定的图表项数组。
|
List<List<String>> |
getValues(int start,
int end)
返回矩阵,其包含所有组件部分的自动化值。
|
void |
seriesClick(List<Integer> hitSet)
表明用户在表示图表中数据的图表项上单击了鼠标按钮。
|
void |
seriesDoubleClick(List<Integer> hitSet)
表明用户在表示图表中数据的图表项上双击了鼠标按钮。
|
void |
seriesItemRollOver(List<Integer> hitSet)
表明用户在表示图表中数据的图表项上滚动了鼠标指针。
|
changeFocus, changeFocus, changeFocus, getAutomationClassName, getAutomationIndex, getAutomationName, getClassName, getCurrentState, getErrorColor, getErrorString, getId, getNumAutomationChildren, getPercentHeight, getPercentWidth, getScaleX, getScaleY, getThemeColor, getToolTip, isEnabled, isFocusEnabled, isUseHandCursor, move, move, move, setFocusclick, 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, typePasswordKeyscaptureBitmap, 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, waitForPropertyequals, 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, toStringprotected FlexChartSeries(JtfObjectHandle handle, Desktop desktop)
handle - 可确定 FlexChartSeries 的句柄desktop - 此对象所在的桌面public List<List<String>> getValues(int start, int end)
返回值是一个行数组,每个行数组是一个项目数组。
start - 开始子级的索引。默认值为 0。end - 结束子级的索引。默认值为 0。public void seriesClick(List<Integer> hitSet)
hitSet - 描述触发了事件的 ChartItems 的 HitData 结构数组public void seriesDoubleClick(List<Integer> hitSet)
hitSet - 描述触发了事件的 ChartItems 的 HitData 结构数组public void seriesItemRollOver(List<Integer> hitSet)
hitSet - 描述触发了事件的 ChartItems 的 HitData 结构数组public int getFirstVisibleRow()
public int getLastVisibleRow()
public int getNumColumns()
public int getNumRows()
public int getSelectedIndex()
如果多个项目选中,则此属性指最新的所选项目。
public int getSelectedItem()
如果多个项目选中,则此属性指最新的所选项目。
Copyright 2009-2012 Micro Focus. All Rights Reserved.