ExcelScript.ChartPivotOptions interface

ピボット グラフのオプションをカプセル化します。

メソッド

getShowAxisFieldButtons()

ピボットグラフに軸フィールド ボタンを表示するかどうかを指定します。 プロパティは showAxisFieldButtons 、[分析] タブの [フィールド ボタン] ドロップダウン リストの [軸フィールド ボタンの表示] コマンドに対応します。このコマンドは、ピボットグラフが選択されている場合に使用できます。

getShowLegendFieldButtons()

ピボットグラフに凡例フィールド ボタンを表示するかどうかを指定します。

getShowReportFilterFieldButtons()

ピボットグラフにレポート フィルター フィールド ボタンを表示するかどうかを指定します。

getShowValueFieldButtons()

ピボットグラフに表示値フィールド ボタンを表示するかどうかを指定します。

setShowAxisFieldButtons(showAxisFieldButtons)

ピボットグラフに軸フィールド ボタンを表示するかどうかを指定します。 プロパティは showAxisFieldButtons 、[分析] タブの [フィールド ボタン] ドロップダウン リストの [軸フィールド ボタンの表示] コマンドに対応します。このコマンドは、ピボットグラフが選択されている場合に使用できます。

setShowLegendFieldButtons(showLegendFieldButtons)

ピボットグラフに凡例フィールド ボタンを表示するかどうかを指定します。

setShowReportFilterFieldButtons(showReportFilterFieldButtons)

ピボットグラフにレポート フィルター フィールド ボタンを表示するかどうかを指定します。

setShowValueFieldButtons(showValueFieldButtons)

ピボットグラフに表示値フィールド ボタンを表示するかどうかを指定します。

メソッドの詳細

getShowAxisFieldButtons()

ピボットグラフに軸フィールド ボタンを表示するかどうかを指定します。 プロパティは showAxisFieldButtons 、[分析] タブの [フィールド ボタン] ドロップダウン リストの [軸フィールド ボタンの表示] コマンドに対応します。このコマンドは、ピボットグラフが選択されている場合に使用できます。

getShowAxisFieldButtons(): boolean;

戻り値

boolean

getShowLegendFieldButtons()

ピボットグラフに凡例フィールド ボタンを表示するかどうかを指定します。

getShowLegendFieldButtons(): boolean;

戻り値

boolean

getShowReportFilterFieldButtons()

ピボットグラフにレポート フィルター フィールド ボタンを表示するかどうかを指定します。

getShowReportFilterFieldButtons(): boolean;

戻り値

boolean

getShowValueFieldButtons()

ピボットグラフに表示値フィールド ボタンを表示するかどうかを指定します。

getShowValueFieldButtons(): boolean;

戻り値

boolean

setShowAxisFieldButtons(showAxisFieldButtons)

ピボットグラフに軸フィールド ボタンを表示するかどうかを指定します。 プロパティは showAxisFieldButtons 、[分析] タブの [フィールド ボタン] ドロップダウン リストの [軸フィールド ボタンの表示] コマンドに対応します。このコマンドは、ピボットグラフが選択されている場合に使用できます。

setShowAxisFieldButtons(showAxisFieldButtons: boolean): void;

パラメーター

showAxisFieldButtons

boolean

戻り値

void

setShowLegendFieldButtons(showLegendFieldButtons)

ピボットグラフに凡例フィールド ボタンを表示するかどうかを指定します。

setShowLegendFieldButtons(showLegendFieldButtons: boolean): void;

パラメーター

showLegendFieldButtons

boolean

戻り値

void

setShowReportFilterFieldButtons(showReportFilterFieldButtons)

ピボットグラフにレポート フィルター フィールド ボタンを表示するかどうかを指定します。

setShowReportFilterFieldButtons(
            showReportFilterFieldButtons: boolean
        ): void;

パラメーター

showReportFilterFieldButtons

boolean

戻り値

void

setShowValueFieldButtons(showValueFieldButtons)

ピボットグラフに表示値フィールド ボタンを表示するかどうかを指定します。

setShowValueFieldButtons(showValueFieldButtons: boolean): void;

パラメーター

showValueFieldButtons

boolean

戻り値

void