class documentation

class Legend:

View In Hierarchy

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

Method getAutoLayout 凡例のレイアウトが自動設定されたかどうかを取得します。
Method getBorderFormat オブジェクトの淵の描画クラスを取得します。
Method getFillFormat オブジェクトの塗りつぶしの描画クラスを取得します。
Method getGlowFormat オブジェクトの光彩の描画クラスを取得します。
Method getLegendEntry チャートの凡例の凡例項目を扱うクラスです。一部のチャートでは利用できません。
Method getPosition 凡例の表示位置を取得します。
Method getShadow 凡例が影付きかどうかを取得します。
Method getShadowFormat オブジェクトの影つけの描画クラスを取得します。
Method getSoftEdgeFormat オブジェクトのぼかしの描画クラスを取得します。
Method getTextBoxAlignment オブジェクトのテキストボックスのレイアウトクラスを取得します。
Method getTextFillFormat オブジェクトのテキストの塗りつぶしの描画クラスを取得します。
Method getTextGlowFormat オブジェクトのテキストの光彩の描画クラスを取得します。
Method getTextLineFormat オブジェクトのテキストの線の描画クラスを取得します。
Method getTextReflectionFormat オブジェクトのテキストの反射の描画クラスを取得します。
Method getTextShadowFormat オブジェクトのテキストの影付きの描画クラスを取得します。
Method getThreeDFormat オブジェクトの3D表示の描画クラスを取得します。
Method setAutoLayout 凡例のレイアウトを自動設定します。
Method setCustomLayout 凡例のレイアウトの位置を手動設定します。
Method setPosition 凡例の表示位置を設定します。
Method setShadow 凡例が影付きかどうかを設定します。
def getAutoLayout(self) -> bool:

凡例のレイアウトが自動設定されたかどうかを取得します。

Returns
booltrue:自動設定された false:自動設定されていない
def getBorderFormat(self) -> ChartLineFormat:

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

Returns
ChartLineFormatオブジェクトの淵の描画クラス
def getFillFormat(self) -> ChartFillFormat:

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

Returns
ChartFillFormatオブジェクトの塗りつぶしの描画クラス
def getGlowFormat(self) -> ChartGlowFormat:

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

Returns
ChartGlowFormatオブジェクトの光彩の描画クラス
def getLegendEntry(self, index: int) -> LegendEntry:

チャートの凡例の凡例項目を扱うクラスです。一部のチャートでは利用できません。

Parameters
index:int何番目の凡例であるか 先頭は1です。
Returns
LegendEntry_description_
def getPosition(self) -> enums.XlLegendPosition:

凡例の表示位置を取得します。

Returns
XlLegendPosition凡例の表示位置
def getShadow(self) -> bool:

凡例が影付きかどうかを取得します。

Returns
booltrue: 影付き false:影付きでない
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 getTextLineFormat(self) -> ChartTextLineFormat:

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

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

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

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

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

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

オブジェクトの3D表示の描画クラスを取得します。

Returns
ChartThreeDFormatオブジェクトの3D表示の描画クラス
def setAutoLayout(self):

凡例のレイアウトを自動設定します。

def setCustomLayout(self, left: float, top: float, width: float, height: float):

凡例のレイアウトの位置を手動設定します。

Parameters
left:float左端のオフセット(単位:ポイント) 現在の位置からの相対位置なので、マイナス値を許容します。
top:float上端のオフセット(単位:ポイント) 現在の位置からの相対位置なので、マイナス値を許容します。
width:float幅(単位:ポイント)
height:float高さ(単位:ポイント)
def setPosition(self, position: enums.XlLegendPosition):

凡例の表示位置を設定します。

Parameters
position:XlLegendPosition凡例の表示位置
def setShadow(self, shadow: bool):

凡例が影付きかどうかを設定します。

Parameters
shadow:booltrue: 影付き false:影付きでない