class documentation

class LegendEntry:

View In Hierarchy

チャートの凡例の凡例項目を扱うクラスです。

Method getGlowFormat オブジェクトの光彩の描画クラスを取得します。
Method getLegendKey 凡例項目の凡例キークラスを取得します。
Method getLineFormat オブジェクトの線の描画クラスを取得します。
Method getSeriesIndex 凡例項目がシリーズであった場合、何番目のシリーズかを取得します(1から始まります)。
Method getShadowFormat オブジェクトの影つけの描画クラスを取得します。
Method getSoftEdgeFormat オブジェクトのぼかしの描画クラスを取得します。
Method getTextBoxAlignment オブジェクトのテキストボックスのレイアウトクラスを取得します。
Method getTextFillFormat オブジェクトのテキストの塗りつぶしの描画クラスを取得します。
Method getTextGlowFormat オブジェクトのテキストの光彩の描画クラスを取得します。
Method getTextReflectionFormat オブジェクトのテキストの反射の描画クラスを取得します。
Method getTextShadowFormat オブジェクトのテキストの影付きの描画クラスを取得します。
Method getTrendLineIndex 凡例項目がトレンドラインであった場合、何番目のトレンドラインであるかどうかを取得します(1から始まります)。
Method isSeries 凡例項目が、シリーズかトレンドラインかを示します。
def getGlowFormat(self) -> ChartGlowFormat:

オブジェクトの光彩の描画クラスを取得します。

Returns
ChartGlowFormatオブジェクトの光彩の描画クラス
def getLegendKey(self) -> LegendKey:

凡例項目の凡例キークラスを取得します。

Returns
LegendKey凡例項目の凡例キークラス
def getLineFormat(self) -> ChartLineFormat:

オブジェクトの線の描画クラスを取得します。

Returns
ChartLineFormatオブジェクトの線の描画クラス
def getSeriesIndex(self) -> int:

凡例項目がシリーズであった場合、何番目のシリーズかを取得します(1から始まります)。

Returns
int何番目のシリーズを表すか
def getShadowFormat(self) -> ChartShadowFormat:

オブジェクトの影つけの描画クラスを取得します。

Returns
ChartShadowFormatオブジェクトの影つけの描画クラス
def getSoftEdgeFormat(self) -> ChartSoftEdgeFormat:

オブジェクトのぼかしの描画クラスを取得します。

Returns
ChartSoftEdgeFormatオブジェクトのぼかしの描画クラス
def getTextBoxAlignment(self) -> ChartTextBoxAlignment:

オブジェクトのテキストボックスのレイアウトクラスを取得します。

Returns
ChartTextBoxAlignmentオブジェクトのテキストボックスのレイアウトクラス
def getTextFillFormat(self) -> ChartTextFillFormat:

オブジェクトのテキストの塗りつぶしの描画クラスを取得します。

Returns
ChartTextFillFormatオブジェクトのテキストの塗りつぶしの描画クラス
def getTextGlowFormat(self) -> ChartTextGlowFormat:

オブジェクトのテキストの光彩の描画クラスを取得します。

Returns
ChartTextGlowFormatオブジェクトのテキストの光彩の描画クラス
def getTextReflectionFormat(self) -> ChartTextReflectionFormat:

オブジェクトのテキストの反射の描画クラスを取得します。

Returns
ChartTextReflectionFormatオブジェクトのテキストの反射の描画クラス
def getTextShadowFormat(self) -> ChartTextShadowFormat:

オブジェクトのテキストの影付きの描画クラスを取得します。

Returns
ChartTextShadowFormatオブジェクトのテキストの影付きの描画クラス
def getTrendLineIndex(self) -> int:

凡例項目がトレンドラインであった場合、何番目のトレンドラインであるかどうかを取得します(1から始まります)。

Returns
int何番目のトレンドラインを表すか
def isSeries(self) -> bool:

凡例項目が、シリーズかトレンドラインかを示します。

Returns
booltrue: シリーズ false:トレンドライン