class documentation

class DataTable:

View In Hierarchy

チャートのデータテーブルを扱うクラスです。

Method getFillFormat オブジェクトの塗りつぶしの描画クラスを取得します。
Method getGlowFormat オブジェクトの光彩の描画クラスを取得します。
Method getLineFormat オブジェクトの線の描画クラスを取得します。
Method getShadowFormat オブジェクトの影つけの描画クラスを取得します。
Method getSoftEdgeFormat オブジェクトのぼかしの描画クラスを取得します。
Method getTextFillFormat オブジェクトのテキストの塗りつぶしの描画クラスを取得します。
Method getTextGlowFormat オブジェクトのテキストの光彩の描画クラスを取得します。
Method getTextLineFormat オブジェクトのテキストの線の描画クラスを取得します。
Method getTextReflectionFormat オブジェクトのテキストの反射の描画クラスを取得します。
Method getTextShadowFormat オブジェクトのテキストの影付きの描画クラスを取得します。
Method hasBorderHorizontal データテーブルに水平方向のセルの罫線があるかどうかを取得します。
Method hasBorderOutline データテーブルに外枠にセルの罫線があるかどうかを取得します。
Method hasBorderVertical データテーブルに垂直方向のセルの罫線があるかどうかを取得します。
Method setBorderHorizontal データテーブルに水平方向のセルの罫線を設定します。
Method setBorderOutline データテーブルの外枠にセルの罫線を設定します。
Method setBorderVertical データテーブルに垂直方向のセルの罫線を設定します。
Method setLegendKey データテーブルに凡例キーを設定します。
Method showLegendKey データテーブルに凡例キーがあるかどうかを取得します。
def getFillFormat(self) -> ChartFillFormat:

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

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

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

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

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

Returns
ChartLineFormatオブジェクトの線の描画クラス
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 hasBorderHorizontal(self) -> bool:

データテーブルに水平方向のセルの罫線があるかどうかを取得します。

Returns
booltrue: 水平方向にある false: 水平方向にない
def hasBorderOutline(self) -> bool:

データテーブルに外枠にセルの罫線があるかどうかを取得します。

Returns
booltrue: 外枠にある false: 外枠にない
def hasBorderVertical(self) -> bool:

データテーブルに垂直方向のセルの罫線があるかどうかを取得します。

Returns
booltrue: 垂直方向にある false: 垂直方向にない
def setBorderHorizontal(self, show: bool):

データテーブルに水平方向のセルの罫線を設定します。

Parameters
show:booltrue:セルの罫線を設定する false: セルの罫線を設定しない
def setBorderOutline(self, show: bool):

データテーブルの外枠にセルの罫線を設定します。

Parameters
show:booltrue:セルの罫線を設定する false: セルの罫線を設定しない
def setBorderVertical(self, show: bool):

データテーブルに垂直方向のセルの罫線を設定します。

Parameters
show:booltrue:セルの罫線を設定する false: セルの罫線を設定しない
def setLegendKey(self, show: bool):

データテーブルに凡例キーを設定します。

Parameters
show:booltrue:凡例キーを設定する false: 凡例キーを設定しない
def showLegendKey(self) -> bool:

データテーブルに凡例キーがあるかどうかを取得します。

Returns
booltrue: 凡例キーがある false: 凡例キーがない