-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathexcel.interfaces.chartdatatabledata.yml
114 lines (107 loc) · 3.39 KB
/
excel.interfaces.chartdatatabledata.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
### YamlMime:TSType
name: Excel.Interfaces.ChartDataTableData
uid: excel!Excel.Interfaces.ChartDataTableData:interface
package: excel!
fullName: Excel.Interfaces.ChartDataTableData
summary: >-
An interface describing the data returned by calling
`chartDataTable.toJSON()`<!-- -->.
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: format
uid: excel!Excel.Interfaces.ChartDataTableData#format:member
package: excel!
fullName: format
summary: >-
Represents the format of a chart data table, which includes fill, font,
and border format.
remarks: >-
\[ [API set: ExcelApi
1.14](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
isPreview: false
isDeprecated: false
syntax:
content: 'format?: Excel.Interfaces.ChartDataTableFormatData;'
return:
type: >-
<xref uid="excel!Excel.Interfaces.ChartDataTableFormatData:interface"
/>
- name: showHorizontalBorder
uid: excel!Excel.Interfaces.ChartDataTableData#showHorizontalBorder:member
package: excel!
fullName: showHorizontalBorder
summary: Specifies whether to display the horizontal border of the data table.
remarks: >-
\[ [API set: ExcelApi
1.14](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
isPreview: false
isDeprecated: false
syntax:
content: 'showHorizontalBorder?: boolean;'
return:
type: boolean
- name: showLegendKey
uid: excel!Excel.Interfaces.ChartDataTableData#showLegendKey:member
package: excel!
fullName: showLegendKey
summary: Specifies whether to show the legend key of the data table.
remarks: >-
\[ [API set: ExcelApi
1.14](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
isPreview: false
isDeprecated: false
syntax:
content: 'showLegendKey?: boolean;'
return:
type: boolean
- name: showOutlineBorder
uid: excel!Excel.Interfaces.ChartDataTableData#showOutlineBorder:member
package: excel!
fullName: showOutlineBorder
summary: Specifies whether to display the outline border of the data table.
remarks: >-
\[ [API set: ExcelApi
1.14](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
isPreview: false
isDeprecated: false
syntax:
content: 'showOutlineBorder?: boolean;'
return:
type: boolean
- name: showVerticalBorder
uid: excel!Excel.Interfaces.ChartDataTableData#showVerticalBorder:member
package: excel!
fullName: showVerticalBorder
summary: Specifies whether to display the vertical border of the data table.
remarks: >-
\[ [API set: ExcelApi
1.14](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
isPreview: false
isDeprecated: false
syntax:
content: 'showVerticalBorder?: boolean;'
return:
type: boolean
- name: visible
uid: excel!Excel.Interfaces.ChartDataTableData#visible:member
package: excel!
fullName: visible
summary: Specifies whether to show the data table of the chart.
remarks: >-
\[ [API set: ExcelApi
1.14](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
isPreview: false
isDeprecated: false
syntax:
content: 'visible?: boolean;'
return:
type: boolean