public class FlexPieSeries extends FlexChartSeries
Modifier | Constructor and Description |
---|---|
protected |
FlexPieSeries(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexPieSeries。
|
Modifier and Type | Method and Description |
---|---|
double |
getCalloutGap()
获取 当呈现标注时饼图与标签边缘之间可插入的空间大小(像素)。
|
double |
getExplodeRadius()
获取 0 至 1 数字指定饼图序列的所有楔形应从图表中心分解的距离占总半径的百分比。
|
String |
getField()
获取 数据提供程序字段,其确定 PieChart 控件的每个楔形数据。
|
int |
getFontSize()
获取 文本高度(像素)。
|
double |
getInnerRadius()
获取 0 至 1 数字指定从序列中心至已呈现楔形内边缘的距离占为此序列分配的总半径的百分比。
|
double |
getInsideLabelSizeLimit()
获取 字号阈值,如低于此值,则内部标签将难以辨认。
|
String |
getLabelPosition()
获取 如何呈现值标签。
|
double |
getMaxLabelRadius()
获取 可分配给标签的最大 PieSeries 半径。
|
String |
getNameField()
获取 数据提供程序字段,其确定 PieChart 控件的每个楔形的名称。
|
double |
getOuterRadius()
获取 PieSeries 在呈现序列内容时使用的总空间百分比。
|
double |
getStartAngle()
获取 PieChart 控件的第一个扇面的起始角度。
|
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
- 可确定 FlexPieSeries 的句柄desktop
- 此对象所在的桌面public double getCalloutGap()
public double getExplodeRadius()
此值均匀地分解饼图序列中的所有楔形。
public String getField()
public int getFontSize()
除 ColorPicker 控件外,对于所有其他控件,默认值为 10;对于 ColorPicker 控件,默认值为 11。
public double getInnerRadius()
此属性将直接分配给序列。
public double getInsideLabelSizeLimit()
低于此阈值时,Flex 会删除整个标签或基于 labelPosition 属性设置将它们呈现为标注。
public String getLabelPosition()
有效值包括:
public double getMaxLabelRadius()
此值仅在序列呈现标注标签时适用。
public String getNameField()
public double getOuterRadius()
此值由包含的图表管理并不可直接分配。此值范围为 0 至 1。
public double getStartAngle()
默认值为 0,其在 PieChart 控件右侧为水平。
Copyright 2009-2012 Micro Focus. All Rights Reserved.