ExcelScript.ChartPivotOptions interface
ピボット グラフのオプションをカプセル化します。
メソッド
get |
ピボットグラフに軸フィールド ボタンを表示するかどうかを指定します。
|
get |
ピボットグラフに凡例フィールド ボタンを表示するかどうかを指定します。 |
get |
ピボットグラフにレポート フィルター フィールド ボタンを表示するかどうかを指定します。 |
get |
ピボットグラフに表示値フィールド ボタンを表示するかどうかを指定します。 |
set |
ピボットグラフに軸フィールド ボタンを表示するかどうかを指定します。
|
set |
ピボットグラフに凡例フィールド ボタンを表示するかどうかを指定します。 |
set |
ピボットグラフにレポート フィルター フィールド ボタンを表示するかどうかを指定します。 |
set |
ピボットグラフに表示値フィールド ボタンを表示するかどうかを指定します。 |
メソッドの詳細
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
Office Scripts