public class FlexCandlestickChart extends FlexCartesianChart
每个 K 线图中垂直线的顶部和底部表示数据点的高和低值,而填充框顶部和底部表示开放和闭合值。根据数据点的闭合值是高于还是低于开放值,为每个 K 线图填充不同值。
| Modifier | Constructor and Description |
|---|---|
protected |
FlexCandlestickChart(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexCandlestickChart。
|
| Modifier and Type | Method and Description |
|---|---|
double |
getColumnWidthRatio()
获取 K 线图的绘制宽度比率与水平轴的类别宽度相对应,百分比范围为 0 至 1。
|
double |
getMaxColumnWidth()
获取 K 线图的绘制宽度(像素)。
|
getGutterBottom, getGutterLeft, getGutterRight, getGutterTop, getHorizontalAxisRatio, getTextAlign, getVerticalAxisRatiodragCancel, 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, selectchangeFocus, changeFocus, changeFocus, getAutomationClassName, getAutomationIndex, getAutomationName, getClassName, getCurrentState, getErrorColor, getErrorString, getId, getNumAutomationChildren, getPercentHeight, getPercentWidth, getScaleX, getScaleY, getThemeColor, getToolTip, isEnabled, isFocusEnabled, isUseHandCursor, move, move, move, setFocusclick, 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, typePasswordKeyscaptureBitmap, 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, waitForPropertyequals, 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, toStringprotected FlexCandlestickChart(JtfObjectHandle handle, Desktop desktop)
handle - 可确定 FlexCandlestickChart 的句柄desktop - 此对象所在的桌面public double getColumnWidthRatio()
值 1 使用整个空间,而值 0.6 使用 60% 列可用空间。使用的实际 K 线图宽度是 columnWidthRatio 属性和 maxColumnWidth 属性的较小值。多 K 线图序列将按比例划分此空间。默认值为 0.65。
public double getMaxColumnWidth()
使用的实际列宽是此属性和 columnWidthRatio 属性的较小值。多 K 线图序列将按比例划分此空间。
Copyright 2009-2012 Micro Focus. All Rights Reserved.