public class FlexLineSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexLineSeries(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexLineSeries。
|
Modifier and Type | Method and Description |
---|---|
String |
getForm()
获取 图表的线类型。
|
double |
getRadius()
获取 数据点的图表元素的半径(像素)。
|
String |
getXField()
获取 数据提供程序字段,其确定每个数据点的 x 轴位置。
|
String |
getYField()
获取 数据提供程序字段,其确定每个数据点的 y 轴位置。
|
boolean |
isSortOnXField()
获取 呈现前是否从左至右对线数据点进行排序。
|
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 FlexLineSeries(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexLineSeries 的句柄desktop
- 此对象所在的桌面public String getForm()
可能值包括:
默认值为线段。
public double getRadius()
此属性仅在您使用 itemRenderer 属性指定呈现器时适用。
默认值为 4。
public boolean isSortOnXField()
默认情况下,LineSeries 从左至右呈现点。设置此属性为 false 以按项目在数据提供程序中显示的顺序呈现项目。
默认值为 true。
public String getXField()
如果为 null,则以数据点在数据提供程序中显示的顺序呈现数据点。默认值为 null。
public String getYField()
如果为 null,则 LineSeries 假设数据提供程序是一个数字数组并使用数字作为值。默认值为 null。
Copyright 2009-2012 Micro Focus. All Rights Reserved.