public class FlexColumnSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexColumnSeries(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexColumnSeries。
|
Modifier and Type | Method and Description |
---|---|
double |
getColumnWidthRatio()
获取 列宽(相对于类别宽度)。
|
double |
getMaxColumnWidth()
获取 列宽(像素)。
|
String |
getMinField()
获取 数据提供程序字段,其确定列底部 y 轴位置。
|
double |
getOffset()
获取 列中心偏移可用空间中心的距离(相对于类别宽度)。
|
String |
getXField()
获取 数据提供程序字段,其确定列的 x 轴位置。
|
String |
getYField()
获取 数据提供程序字段,其确定列顶部 y 轴位置。
|
boolean |
isSortOnXField()
获取 呈现前是否从左至右对列进行排序。
|
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 FlexColumnSeries(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexColumnSeries 的句柄desktop
- 此对象所在的桌面public double getColumnWidthRatio()
值 1 使用整个空间,而值 .6 使用 60% 可用列空间。您通常无法直接设置此属性。使用的实际列宽是 columnWidthRatio 和 maxColumnWidth 属性的较小值。默认值为 0.65。
public double getMaxColumnWidth()
使用的实际列宽是此样式和 columnWidthRatio 属性的较小值。群集列将按比例划分每个群集中列之间的空间。
public String getMinField()
如果为 null,则列基于最小范围(或最大范围,如果字段值为负值)。默认值为 null。
public double getOffset()
默认值为 0,列在空间内居中。设置为 -50 以将可用空间前面的列居中。您通常无法直接设置此属性。ColumnChart 控件基于 columnWidthRatio 属性管理此值。
public boolean isSortOnXField()
默认情况下,ColumnSeries 以列在数据提供程序中显示的顺序呈现列。
如果您使用 xField 属性确定每列位置,则列会在屏幕上以不同顺序显示。列可以任意顺序呈现。然而,某些自定义列可能依赖从左至右呈现的列。
默认值为 false。
public String getXField()
如果为 null,则 Flex 以列在数据提供程序中显示的顺序呈现列。默认值为 null。
public String getYField()
如果为 null,则 ColumnSeries 假设数据提供程序是一个数字数组并使用数字作为值。默认值为 null。
Copyright 2009-2012 Micro Focus. All Rights Reserved.