-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.charttitleupdatedata.yml
155 lines (155 loc) · 6.3 KB
/
excel.interfaces.charttitleupdatedata.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
### YamlMime:TSType
name: Excel.Interfaces.ChartTitleUpdateData
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData:interface'
package: excel!
fullName: Excel.Interfaces.ChartTitleUpdateData
summary: 'An interface for updating data on the `ChartTitle` object, for use in `chartTitle.set({ ... })`<!-- -->.'
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: format
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#format:member'
package: excel!
fullName: format
summary: 'Represents the formatting of a chart title, which includes fill and font formatting.'
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'format?: Excel.Interfaces.ChartTitleFormatUpdateData;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartTitleFormatUpdateData:interface" />'
- name: horizontalAlignment
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#horizontalAlignment:member'
package: excel!
fullName: horizontalAlignment
summary: Specifies the horizontal alignment for chart title.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: >-
horizontalAlignment?: Excel.ChartTextHorizontalAlignment | "Center" | "Left" | "Right" | "Justify" |
"Distributed";
return:
type: >-
<xref uid="excel!Excel.ChartTextHorizontalAlignment:enum" /> | "Center" | "Left" | "Right" | "Justify" |
"Distributed"
- name: left
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#left:member'
package: excel!
fullName: left
summary: >-
Specifies the distance, in points, from the left edge of chart title to the left edge of chart area. Value is
`null` if the chart title is not visible.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'left?: number;'
return:
type: number
- name: overlay
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#overlay:member'
package: excel!
fullName: overlay
summary: Specifies if the chart title will overlay the chart.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'overlay?: boolean;'
return:
type: boolean
- name: position
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#position:member'
package: excel!
fullName: position
summary: Represents the position of chart title. See `Excel.ChartTitlePosition` for details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'position?: Excel.ChartTitlePosition | "Automatic" | "Top" | "Bottom" | "Left" | "Right";'
return:
type: '<xref uid="excel!Excel.ChartTitlePosition:enum" /> | "Automatic" | "Top" | "Bottom" | "Left" | "Right"'
- name: showShadow
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#showShadow:member'
package: excel!
fullName: showShadow
summary: Represents a boolean value that determines if the chart title has a shadow.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showShadow?: boolean;'
return:
type: boolean
- name: text
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#text:member'
package: excel!
fullName: text
summary: Specifies the chart's title text.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'text?: string;'
return:
type: string
- name: textOrientation
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#textOrientation:member'
package: excel!
fullName: textOrientation
summary: >-
Specifies the angle to which the text is oriented for the chart title. The value should either be an integer from
-90 to 90 or the integer 180 for vertically-oriented text.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'textOrientation?: number;'
return:
type: number
- name: top
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#top:member'
package: excel!
fullName: top
summary: >-
Specifies the distance, in points, from the top edge of chart title to the top of chart area. Value is `null` if
the chart title is not visible.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'top?: number;'
return:
type: number
- name: verticalAlignment
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#verticalAlignment:member'
package: excel!
fullName: verticalAlignment
summary: Specifies the vertical alignment of chart title. See `Excel.ChartTextVerticalAlignment` for details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'verticalAlignment?: Excel.ChartTextVerticalAlignment | "Center" | "Bottom" | "Top" | "Justify" | "Distributed";'
return:
type: >-
<xref uid="excel!Excel.ChartTextVerticalAlignment:enum" /> | "Center" | "Bottom" | "Top" | "Justify" |
"Distributed"
- name: visible
uid: 'excel!Excel.Interfaces.ChartTitleUpdateData#visible:member'
package: excel!
fullName: visible
summary: Specifies if the chart title is visible.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'visible?: boolean;'
return:
type: boolean