class documentation

class ChartArea:

View In Hierarchy

チャートの描画領域を扱うクラスです。

Method getFillFormat オブジェクトの塗りつぶしの描画クラスを取得します。
Method getGlowFormat オブジェクトの光彩の描画クラスを取得します。
Method getLineFormat オブジェクトの線の描画クラスを取得します。
Method getRoundedCorners チャートの描画領域の隅が丸みを帯びているかどうかを取得します。
Method getShadow チャートの描画領域の隅に影付きがあるかどうかを取得します。
Method getShadowFormat オブジェクトの影つけの描画クラスを取得します。
Method getSoftEdgeFormat オブジェクトのぼかしの描画クラスを取得します。
Method getTextFillFormat オブジェクトのテキストの塗りつぶしの描画クラスを取得します。
Method getTextGlowFormat オブジェクトのテキストの光彩の描画クラスを取得します。
Method getTextLineFormat オブジェクトのテキストの線の描画クラスを取得します。
Method getTextReflectionFormat オブジェクトのテキストの反射の描画クラスを取得します。
Method getTextShadowFormat オブジェクトのテキストの影付きの描画クラスを取得します。
Method getThreeDFormat オブジェクトの3D表示の描画クラスを取得します。
Method setLayout レイアウトを設定します。
Method setRoundedCorners チャートの描画領域の隅に丸みを設定します。
Method setShadow チャートの描画領域の隅に影付きを設定します。
def getFillFormat(self) -> ChartFillFormat:

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

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

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

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

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

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

チャートの描画領域の隅が丸みを帯びているかどうかを取得します。

Returns
booltrue:チャートの描画領域の隅が丸みを帯びている false: 通常
def getShadow(self) -> bool:

チャートの描画領域の隅に影付きがあるかどうかを取得します。

Returns
booltrue:チャートの描画領域の隅に影付きがある false: 通常
def getShadowFormat(self) -> ChartShadowFormat:

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

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

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

Returns
ChartSoftEdgeFormatオブジェクトのぼかしの描画クラス
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 setLayout(self, left: float, top: float, width: float, height: float):

レイアウトを設定します。

Parameters
left:float左位置(単位:ポイント)
top:float上位置(単位:ポイント)
width:float幅(単位:ポイント)
height:float高さ(単位:ポイント)
def setRoundedCorners(self, round: bool):

チャートの描画領域の隅に丸みを設定します。

Parameters
round:booltrue:チャートの描画領域の隅が丸みを帯びている false: 通常
def setShadow(self, shadow: bool):

チャートの描画領域の隅に影付きを設定します。

Parameters
shadow:boolチャートの描画領域の隅に影付きを設定します。