-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.chartpivotoptionsloadoptions.yml
76 lines (76 loc) · 3.18 KB
/
excel.interfaces.chartpivotoptionsloadoptions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
### YamlMime:TSType
name: Excel.Interfaces.ChartPivotOptionsLoadOptions
uid: 'excel!Excel.Interfaces.ChartPivotOptionsLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.ChartPivotOptionsLoadOptions
summary: Encapsulates the options for the pivot chart.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'excel!Excel.Interfaces.ChartPivotOptionsLoadOptions#$all:member'
package: excel!
fullName: $all
summary: >-
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`<!-- -->) but not
the navigational properties (such as `Range.format.fill.color`<!-- -->).
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: '$all?: boolean;'
return:
type: boolean
- name: showAxisFieldButtons
uid: 'excel!Excel.Interfaces.ChartPivotOptionsLoadOptions#showAxisFieldButtons:member'
package: excel!
fullName: showAxisFieldButtons
summary: >-
Specifies whether to display the axis field buttons on a PivotChart. The `showAxisFieldButtons` property
corresponds to the "Show Axis Field Buttons" command on the "Field Buttons" drop-down list of the "Analyze" tab,
which is available when a PivotChart is selected.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showAxisFieldButtons?: boolean;'
return:
type: boolean
- name: showLegendFieldButtons
uid: 'excel!Excel.Interfaces.ChartPivotOptionsLoadOptions#showLegendFieldButtons:member'
package: excel!
fullName: showLegendFieldButtons
summary: Specifies whether to display the legend field buttons on a PivotChart.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showLegendFieldButtons?: boolean;'
return:
type: boolean
- name: showReportFilterFieldButtons
uid: 'excel!Excel.Interfaces.ChartPivotOptionsLoadOptions#showReportFilterFieldButtons:member'
package: excel!
fullName: showReportFilterFieldButtons
summary: Specifies whether to display the report filter field buttons on a PivotChart.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showReportFilterFieldButtons?: boolean;'
return:
type: boolean
- name: showValueFieldButtons
uid: 'excel!Excel.Interfaces.ChartPivotOptionsLoadOptions#showValueFieldButtons:member'
package: excel!
fullName: showValueFieldButtons
summary: Specifies whether to display the show value field buttons on a PivotChart.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showValueFieldButtons?: boolean;'
return:
type: boolean