public class FlexColumnSeries extends FlexChartSeries
修飾子 | コンストラクタと説明 |
---|---|
protected |
FlexColumnSeries(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexColumnSeries を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
double |
getColumnWidthRatio()
[読み取り専用] カテゴリ幅に相対的な縦棒グラフの幅。
|
double |
getMaxColumnWidth()
[読み取り専用] 縦棒の幅(ピクセル単位)。
|
String |
getMinField()
[読み取り専用] 縦棒下端の y 軸の位置を決定するデータ プロバイダーのフィールド。
|
double |
getOffset()
[読み取り専用] 使用可能な領域の中心から縦棒の中心をずらす度合い(カテゴリの幅に対する割合)。
|
String |
getXField()
[読み取り専用] 縦棒の x 軸の位置を決定するデータ プロバイダーのフィールド。
|
String |
getYField()
[読み取り専用] 縦棒上端の y 軸の位置を決定するデータ プロバイダーのフィールド。
|
boolean |
isSortOnXField()
[読み取り専用] レンダリングの前に縦棒を左から右にソートするかどうか。
|
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
- FlexColumnSeries を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic double getColumnWidthRatio()
値が 1 の場合は領域全体を、.6 の場合は縦棒グラフの使用可能な領域の 60% を使用します。 通常はこのプロパティを直接設定することはありません。 実際の縦棒グラフの幅は、columnWidthRatio プロパティと maxColumnWidth プロパティのうちの小さいほうが使用されます。 デフォルト値は 0.65 です。
public double getMaxColumnWidth()
実際の縦棒の幅は、このスタイルと columnWidthRatio プロパティのうちの小さいほうが使用されます。 クラスタ化された縦棒グラフは、クラスタごとの縦棒グラフ間で均等に領域が分割されます。
public String getMinField()
null の場合、縦棒は範囲の最小値(フィールド値が負の場合は最大値)に基づきます。 デフォルト値は null です。
public double getOffset()
デフォルト値の 0 では、縦棒は領域の中央に配置されます。 このプロパティの値を -50 に設定すると、縦棒は使用可能な領域の開始位置の中央に配置されます。 通常はこのプロパティを直接設定することはありません。 この値は、ColumnChart コントロールが columnWidthRatio プロパティに基づいて管理します。
public boolean isSortOnXField()
デフォルトでは、ColumnSeries はデータ プロバイダーに表示される順序で縦棒をレンダリングします。
xField プロパティを使用して各縦棒の位置を決定すると、異なる順序で画面上に表示されることがあります。 縦棒は、任意の順序でレンダリングできます。 ただし、一部のカスタムの縦棒は、左から右へレンダリングされる縦棒に依存していることがあります。
デフォルト値は false です。
public String getXField()
null の場合、縦棒はデータ プロバイダーに表示される順序でレンダリングされます。 デフォルト値は null です。
public String getYField()
null の場合、ColumnSeries はデータ プロバイダーが数値の配列であると見なし、数値を値として使用します。 デフォルト値は null です。
Copyright 2009-2012 Micro Focus. All Rights Reserved.