public class FlexColumnChart extends FlexCartesianChart
您可以使用 ColumnChart 表示各种不同图表,其中包括简单列、群集列、堆叠、100% 堆叠以及高/低。
Modifier | Constructor and Description |
---|---|
protected |
FlexColumnChart(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexColumnChart。
|
Modifier and Type | Method and Description |
---|---|
double |
getColumnWidthRatio()
获取 列的绘制宽度比率与类别宽度相对应,百分比范围为 0 至 1。
|
double |
getMaxColumnWidth()
获取 列的绘制宽度(像素)。
|
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 FlexColumnChart(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexColumnChart 的句柄desktop
- 此对象所在的桌面public double getColumnWidthRatio()
值 1 使用整个空间,而值 0.6 使用 60% 列可用空间。使用的实际列宽是 columnWidthRatio 属性和 maxColumnWidth 属性的较小值。群集列将按比例划分每个群集中列之间的空间。默认值为 0.65。
public double getMaxColumnWidth()
使用的实际列宽是此属性和 columnWidthRatio 属性的较小值。群集列将按比例划分每个群集中列之间的空间。
Copyright 2009-2012 Micro Focus. All Rights Reserved.