public class FlexHLOCChart extends FlexCartesianChart
每个元素中垂直线的顶部和底部表示数据点的高和低值。右侧刻度表示闭合值,左侧刻度表示开放值(如果指定)。
Modifier | Constructor and Description |
---|---|
protected |
FlexHLOCChart(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexHLOCChart。
|
Modifier and Type | Method and Description |
---|---|
double |
getColumnWidthRatio()
获取 HLOC 线的绘制宽度比率与水平轴的类别宽度相对应,百分比范围为 0 至 1。
|
double |
getMaxColumnWidth()
获取 HLOC 线的绘制宽度(像素)。
|
getGutterBottom, getGutterLeft, getGutterRight, getGutterTop, getHorizontalAxisRatio, getTextAlign, getVerticalAxisRatio
dragCancel, dragCancel, dragDrop, dragDrop, dragDrop, dragDrop, dragStart, dragStart, dragStart, getColumnNames, getDataTipMode, getDescription, getFirstVisibleRow, getFontFamily, getFontSize, getLastVisibleRow, getMaximumDataTipCount, getMouseSensitivity, getNumColumns, getNumRows, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getSelectedChartItem, getSelectedChartItems, getSelectionMode, getValues, isClipContent, isDragEnabled, isDropEnabled, isShowDataTips, isShowDataTipTargets, select
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 FlexHLOCChart(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexHLOCChart 的句柄desktop
- 此对象所在的桌面public double getColumnWidthRatio()
值 1 使用整个空间,而值 0.6 使用 60% 类别可用空间。使用的实际元素宽度是 columnWidthRatio 属性和 maxColumnWidth 属性的较小值。多元素序列将按比例划分此空间。默认值为 0.65。
public double getMaxColumnWidth()
使用的实际宽度是此属性和 columnWidthRatio 属性的较小值。多 HLOC 序列将按比例划分此空间。
Copyright 2009-2012 Micro Focus. All Rights Reserved.