次の方法で共有


ExcelScript.ChartDataTable interface

グラフのデータ テーブル オブジェクトを表します。

メソッド

getFormat()

塗りつぶし、フォント、罫線の形式を含むグラフ データ テーブルの形式を表します。

getShowHorizontalBorder()

データ テーブルの水平罫線を表示するかどうかを指定します。

getShowLegendKey()

データ テーブルの凡例キーを表示するかどうかを指定します。

getShowOutlineBorder()

データ テーブルのアウトライン罫線を表示するかどうかを指定します。

getShowVerticalBorder()

データ テーブルの垂直罫線を表示するかどうかを指定します。

getVisible()

グラフのデータ テーブルを表示するかどうかを指定します。

setShowHorizontalBorder(showHorizontalBorder)

データ テーブルの水平罫線を表示するかどうかを指定します。

setShowLegendKey(showLegendKey)

データ テーブルの凡例キーを表示するかどうかを指定します。

setShowOutlineBorder(showOutlineBorder)

データ テーブルのアウトライン罫線を表示するかどうかを指定します。

setShowVerticalBorder(showVerticalBorder)

データ テーブルの垂直罫線を表示するかどうかを指定します。

setVisible(visible)

グラフのデータ テーブルを表示するかどうかを指定します。

メソッドの詳細

getFormat()

塗りつぶし、フォント、罫線の形式を含むグラフ データ テーブルの形式を表します。

getFormat(): ChartDataTableFormat;

戻り値

getShowHorizontalBorder()

データ テーブルの水平罫線を表示するかどうかを指定します。

getShowHorizontalBorder(): boolean;

戻り値

boolean

getShowLegendKey()

データ テーブルの凡例キーを表示するかどうかを指定します。

getShowLegendKey(): boolean;

戻り値

boolean

getShowOutlineBorder()

データ テーブルのアウトライン罫線を表示するかどうかを指定します。

getShowOutlineBorder(): boolean;

戻り値

boolean

getShowVerticalBorder()

データ テーブルの垂直罫線を表示するかどうかを指定します。

getShowVerticalBorder(): boolean;

戻り値

boolean

getVisible()

グラフのデータ テーブルを表示するかどうかを指定します。

getVisible(): boolean;

戻り値

boolean

setShowHorizontalBorder(showHorizontalBorder)

データ テーブルの水平罫線を表示するかどうかを指定します。

setShowHorizontalBorder(showHorizontalBorder: boolean): void;

パラメーター

showHorizontalBorder

boolean

戻り値

void

setShowLegendKey(showLegendKey)

データ テーブルの凡例キーを表示するかどうかを指定します。

setShowLegendKey(showLegendKey: boolean): void;

パラメーター

showLegendKey

boolean

戻り値

void

setShowOutlineBorder(showOutlineBorder)

データ テーブルのアウトライン罫線を表示するかどうかを指定します。

setShowOutlineBorder(showOutlineBorder: boolean): void;

パラメーター

showOutlineBorder

boolean

戻り値

void

setShowVerticalBorder(showVerticalBorder)

データ テーブルの垂直罫線を表示するかどうかを指定します。

setShowVerticalBorder(showVerticalBorder: boolean): void;

パラメーター

showVerticalBorder

boolean

戻り値

void

setVisible(visible)

グラフのデータ テーブルを表示するかどうかを指定します。

setVisible(visible: boolean): void;

パラメーター

visible

boolean

戻り値

void