public class FlexHLOCSeriesBase extends FlexChartSeries
每个元素中垂直线的顶部和底部表示数据点的高和低值。右侧刻度线表示闭合值,左侧刻度线表示开放值(如果指定)。
Modifier | Constructor and Description |
---|---|
protected |
FlexHLOCSeriesBase(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexHLOCSeriesBase。
|
Modifier and Type | Method and Description |
---|---|
double |
getColumnWidthRatio()
获取 元素宽度(相对于类别宽度)。
|
double |
getMaxColumnWidth()
获取 元素宽度(像素)。
|
String |
getXField()
获取 数据提供程序字段,其确定元素的 x 轴位置。
|
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 FlexHLOCSeriesBase(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexHLOCSeriesBase 的句柄desktop
- 此对象所在的桌面public double getColumnWidthRatio()
值 1 使用整个空间,而值 0.6 使用 60% 可用元素空间。您通常无法直接设置此属性。使用的实际元素宽度是 columnWidthRatio 和 maxColumnWidth 属性的较小值。
默认值为 0.65。
public double getMaxColumnWidth()
使用的实际元素宽度是此样式和 columnWidthRatio 属性的较小值。您通常无法直接设置此值,它由封闭图表分配。
public String getXField()
如果为 null,则以数据点在数据提供程序中显示的顺序呈现数据点。默认值为 null。
Copyright 2009-2012 Micro Focus. All Rights Reserved.