public class FlexColumnChart extends FlexCartesianChart
You can use the ColumnChart to represent a variety of different charts including simple columns, clustered columns, stacked, 100% stacked, and high/low.
Modifier | Constructor and Description |
---|---|
protected |
FlexColumnChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexColumnChart with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
double |
getColumnWidthRatio()
Gets a ratio of wide to draw the columns relative to the category width, as a percentage in the range of 0 to 1.
|
double |
getMaxColumnWidth()
Gets how wide to draw the columns, in pixels.
|
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
- the handle that identifies the FlexColumnChartdesktop
- the desktop on which this object livespublic double getColumnWidthRatio()
A value of 1 uses the entire space, while a value of 0.6 uses 60% of the column's available space. The actual column width used is the smaller of the columnWidthRatio property and the maxColumnWidth property. Clustered columns divide this space proportionally among the columns in each cluster. The default value is 0.65.
public double getMaxColumnWidth()
The actual column width used is the smaller of this property and the columnWidthRatio property. Clustered columns divide this space proportionally among the columns in each cluster.
Copyright 2009-2012 Micro Focus. All Rights Reserved.