public class FlexBarSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexBarSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexBarSeries with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
double |
getBarWidthRatio()
Gets the width to render the bars relative to the category width.
|
double |
getMaxBarWidth()
Gets the width of the bars, in pixels.
|
String |
getMinField()
Gets the field of the data provider that determines the bottom of each bar.
|
double |
getOffset()
Gets the amount to offset the center of the bars 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 top of each bar.
|
String |
getYField()
Gets the field of the data provider that determines the y-axis location of the bottom of each bar in the chart.
|
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 FlexBarSeries(JtfObjectHandle handle, Desktop desktop)
handle
- the handle that identifies the FlexBarSeriesdesktop
- the desktop on which this object livespublic double getBarWidthRatio()
A value of 1 uses the entire space, while a value of .6 uses 60% of the bar's available space. You typically do not set this property directly. The actual bar width used is the smaller of barWidthRatio and the maxbarWidth property
The default value is .65.
public double getMaxBarWidth()
The actual bar width used is the smaller of this style and the barWidthRatio property. Clustered bars divide this space proportionally among the bars 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()
The range of values is a percentage in the range -100 to 100. Set to 0 to center the bars in 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 default value is 0.
public String getXField()
If null, the BarSeries assumes that the data provider is an Array of numbers, and uses the numbers as values.
The default value is null.
public String getYField()
If null, Flex arranges the bars in the order of the data in the data provider.
The default value is null.
Copyright 2009-2012 Micro Focus. All Rights Reserved.