public class FlexBarSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexBarSeries(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexBarSeries。
|
Modifier and Type | Method and Description |
---|---|
double |
getBarWidthRatio()
获取 可呈现的横条宽度(相对于类别宽度)。
|
double |
getMaxBarWidth()
获取 横条宽度(像素)。
|
String |
getMinField()
获取 数据提供程序字段,其确定每个横条底部。
|
double |
getOffset()
获取 横条中心偏移可用空间中心的距离(相对于类别宽度)。
|
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 FlexBarSeries(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexBarSeries 的句柄desktop
- 此对象所在的桌面public double getBarWidthRatio()
值 1 使用整个空间,而值 .6 使用 60% 可用横条空间。您通常无法直接设置此属性。使用的实际横条宽度是 barWidthRatio 和 maxbarWidth 属性的较小值
默认值为 .65。
public double getMaxBarWidth()
使用的实际横条宽度是此样式和 barWidthRatio 属性的较小值。群集横条将按比例划分每个群集中横条之间的空间。
public String getMinField()
如果为 null,则列基于最小范围(或最大范围,如果字段值为负值)。默认值为 null。
public double getOffset()
值范围是范围 -100 至 100 之间的百分比。设置为 0 以将空间内的横条居中。设置为 -50 以将可用空间前面的列居中。您通常无法直接设置此属性。
默认值为 0。
public String getXField()
如果为 null,则 BarSeries 假设数据提供程序是一个数字数组并使用数字作为值。
默认值为 null。
public String getYField()
如果为 null,则 Flex 以数据提供程序中的数据顺序安排横条。
默认值为 null。
Copyright 2009-2012 Micro Focus. All Rights Reserved.