public class FlexPieSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexPieSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexPieSeries with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
double |
getCalloutGap()
Gets how much space, in pixels, to insert between the edge of the pie and the labels when rendering callouts.
|
double |
getExplodeRadius()
Gets a number from 0 to 1, specifying how far all wedges of the pie series should be exploded from the center of the chart as a percentage of the total radius.
|
String |
getField()
Gets the field of the data provider that determines the data for each wedge of the PieChart control.
|
int |
getFontSize()
Gets the height of the text, in pixels.
|
double |
getInnerRadius()
Gets a number from 0 to 1 specifying the distance from the center of the series to the inner edge of the rendered wedges, as a percentage of the total radius assigned to the series.
|
double |
getInsideLabelSizeLimit()
Gets the font size threshold, in points, below which inside labels are considered illegible.
|
String |
getLabelPosition()
Gets how to render value labels.
|
double |
getMaxLabelRadius()
Gets the maximum amount of the PieSeries's radius that can be allocated to labels.
|
String |
getNameField()
Gets the field of the data provider that determines the name of each wedge of the PieChart control.
|
double |
getOuterRadius()
Gets the percentage of the total space available to the PieSeries to use when rendering the contents of the series.
|
double |
getStartAngle()
Gets the starting angle for the first slice of the PieChart control.
|
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 FlexPieSeries(JtfObjectHandle handle, Desktop desktop)
handle
- the handle that identifies the FlexPieSeriesdesktop
- the desktop on which this object livespublic double getCalloutGap()
public double getExplodeRadius()
This value explodes all wedges in the pie series uniformly.
public String getField()
public int getFontSize()
The default value is 10 for all controls except the ColorPicker control. For the ColorPicker control, the default value is 11.
public double getInnerRadius()
This property is assigned directly to the series.
public double getInsideLabelSizeLimit()
Below this threshold, Flex either removes labels entirely or renders them as callouts based on the setting of the labelPosition property.
public String getLabelPosition()
Valid values include:
public double getMaxLabelRadius()
This value is only applicable when the series is rendering callout labels.
public String getNameField()
public double getOuterRadius()
This value is managed by the containing chart, and should not be assigned to directly. This value ranges from 0 to 1.
public double getStartAngle()
The default value is 0, which is horizontal on the right side of the PieChart control.
Copyright 2009-2012 Micro Focus. All Rights Reserved.