public class FlexBubbleSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexBubbleSeries(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexBubbleSeries。
|
Modifier and Type | Method and Description |
---|---|
double |
getMaxRadius()
获取 此序列中呈现的最大项目的半径。
|
String |
getRadiusField()
获取 数据提供程序字段,其确定每个符号的半径(相对于图表中其他数据点)。
|
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 FlexBubbleSeries(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexBubbleSeries 的句柄desktop
- 此对象所在的桌面public double getMaxRadius()
当您使用 BubbleChart 中的 BubbleSeries 对象时,图表会自动为图表的所有序列中的该属性分配 maxRadius 样式值。当您使用 CartesianChart 控件中的 BubbleSeries 对象时,可以手动管理此属性。
public String getRadiusField()
public String getXField()
如果为 null,则 Flex 以数据点在数据提供程序中显示的顺序呈现数据点。默认值为 null。
public String getYField()
如果为 null,则 BubbleSeries 假设数据提供程序是一个数字数组并使用数字作为数据点值。默认值为 null。
Copyright 2009-2012 Micro Focus. All Rights Reserved.