public class FlexColumnSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexColumnSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexColumnSeries with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
double |
getColumnWidthRatio()
Gets the width of columns relative to the category width.
|
double |
getMaxColumnWidth()
Gets the width of the columns, in pixels.
|
String |
getMinField()
Gets the field of the data provider that determines the y-axis location of the bottom of a column.
|
double |
getOffset()
Gets how far to offset the center of the columns from the center of the available space, relative to the category width.
|
String |
getXField()
Gets the field of the data provider that determines the x-axis location of the column.
|
String |
getYField()
Gets the field of the data provider that determines the y-axis location of the top of a column.
|
boolean |
isSortOnXField()
Gets whether the columns are sorted from left to right before rendering.
|
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
- the handle that identifies the FlexColumnSeriesdesktop
- the desktop on which this object livespublic double getColumnWidthRatio()
A value of 1 uses the entire space, while a value of .6 uses 60% of the column's available space. You typically do not set this property directly. The actual column width used is the smaller of columnWidthRatio and the maxColumnWidth property. The default value is 0.65.
public double getMaxColumnWidth()
The actual column width used is the smaller of this style and the columnWidthRatio property. Clustered columns divide this space proportionally among the columns in each cluster.
public String getMinField()
If null, the columns are based at the range minimum (or maximum, if the field value is negative). The default value is null.
public double getOffset()
At the value of default 0, the columns are centered on the space. Set to -50 to center the column at the beginning of the available space. You typically do not set this property directly. The ColumnChart control manages this value based on its columnWidthRatio property.
public boolean isSortOnXField()
By default, the ColumnSeries renders columns in the order they appear in the data provider.
If you use the xField property to determine the position of each column, columns can appear in a different order on the screen. Columns can be rendered in any order. However, some custom columns might rely on the columns being rendered from left to right.
The default value is false.
public String getXField()
If null, Flex renders the columns in the order they appear in the data provider. The default value is null.
public String getYField()
If null, the ColumnSeries assumes the data provider is an Array of numbers and uses the numbers as values. The default value is null.
Copyright 2009-2012 Micro Focus. All Rights Reserved.