-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.chartaxisloadoptions.yml
523 lines (523 loc) · 20.6 KB
/
excel.interfaces.chartaxisloadoptions.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
### YamlMime:TSType
name: Excel.Interfaces.ChartAxisLoadOptions
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.ChartAxisLoadOptions
summary: Represents a single axis in a chart.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#$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: alignment
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#alignment:member'
package: excel!
fullName: alignment
summary: Specifies the alignment for the specified axis tick label. See `Excel.ChartTextHorizontalAlignment` for detail.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'alignment?: boolean;'
return:
type: boolean
- name: axisGroup
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#axisGroup:member'
package: excel!
fullName: axisGroup
summary: Specifies the group for the specified axis. See `Excel.ChartAxisGroup` for details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'axisGroup?: boolean;'
return:
type: boolean
- name: baseTimeUnit
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#baseTimeUnit:member'
package: excel!
fullName: baseTimeUnit
summary: Specifies the base unit for the specified category axis.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'baseTimeUnit?: boolean;'
return:
type: boolean
- name: categoryType
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#categoryType:member'
package: excel!
fullName: categoryType
summary: Specifies the category axis type.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'categoryType?: boolean;'
return:
type: boolean
- name: customDisplayUnit
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#customDisplayUnit:member'
package: excel!
fullName: customDisplayUnit
summary: >-
Specifies the custom axis display unit value. To set this property, please use the `SetCustomDisplayUnit(double)`
method.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'customDisplayUnit?: boolean;'
return:
type: boolean
- name: displayUnit
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#displayUnit:member'
package: excel!
fullName: displayUnit
summary: Represents the axis display unit. See `Excel.ChartAxisDisplayUnit` for details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'displayUnit?: boolean;'
return:
type: boolean
- name: format
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#format:member'
package: excel!
fullName: format
summary: 'Represents the formatting of a chart object, which includes line 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.ChartAxisFormatLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartAxisFormatLoadOptions:interface" />'
- name: height
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#height:member'
package: excel!
fullName: height
summary: 'Specifies the height, in points, of the chart axis. Returns `null` if the axis is not visible.'
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'height?: boolean;'
return:
type: boolean
- name: isBetweenCategories
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#isBetweenCategories:member'
package: excel!
fullName: isBetweenCategories
summary: Specifies if the value axis crosses the category axis between categories.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'isBetweenCategories?: boolean;'
return:
type: boolean
- name: left
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#left:member'
package: excel!
fullName: left
summary: >-
Specifies the distance, in points, from the left edge of the axis to the left of chart area. Returns `null` if the
axis 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?: boolean;'
return:
type: boolean
- name: linkNumberFormat
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#linkNumberFormat:member'
package: excel!
fullName: linkNumberFormat
summary: >-
Specifies if the number format is linked to the cells. If `true`<!-- -->, the number format will change in the
labels when it changes in the cells.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'linkNumberFormat?: boolean;'
return:
type: boolean
- name: logBase
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#logBase:member'
package: excel!
fullName: logBase
summary: Specifies the base of the logarithm when using logarithmic scales.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'logBase?: boolean;'
return:
type: boolean
- name: majorGridlines
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#majorGridlines:member'
package: excel!
fullName: majorGridlines
summary: Returns an object that represents the major gridlines for the specified axis.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'majorGridlines?: Excel.Interfaces.ChartGridlinesLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartGridlinesLoadOptions:interface" />'
- name: majorTickMark
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#majorTickMark:member'
package: excel!
fullName: majorTickMark
summary: Specifies the type of major tick mark for the specified axis. See `Excel.ChartAxisTickMark` for details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'majorTickMark?: boolean;'
return:
type: boolean
- name: majorTimeUnitScale
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#majorTimeUnitScale:member'
package: excel!
fullName: majorTimeUnitScale
summary: >-
Specifies the major unit scale value for the category axis when the `categoryType` property is set to
`dateAxis`<!-- -->.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'majorTimeUnitScale?: boolean;'
return:
type: boolean
- name: majorUnit
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#majorUnit:member'
package: excel!
fullName: majorUnit
summary: >-
Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The
returned value is always a number.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'majorUnit?: boolean;'
return:
type: boolean
- name: maximum
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#maximum:member'
package: excel!
fullName: maximum
summary: >-
Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic
axis values). The returned value is always a number.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'maximum?: boolean;'
return:
type: boolean
- name: minimum
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#minimum:member'
package: excel!
fullName: minimum
summary: >-
Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic
axis values). The returned value is always a number.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'minimum?: boolean;'
return:
type: boolean
- name: minorGridlines
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#minorGridlines:member'
package: excel!
fullName: minorGridlines
summary: Returns an object that represents the minor gridlines for the specified axis.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'minorGridlines?: Excel.Interfaces.ChartGridlinesLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartGridlinesLoadOptions:interface" />'
- name: minorTickMark
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#minorTickMark:member'
package: excel!
fullName: minorTickMark
summary: Specifies the type of minor tick mark for the specified axis. See `Excel.ChartAxisTickMark` for details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'minorTickMark?: boolean;'
return:
type: boolean
- name: minorTimeUnitScale
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#minorTimeUnitScale:member'
package: excel!
fullName: minorTimeUnitScale
summary: >-
Specifies the minor unit scale value for the category axis when the `categoryType` property is set to
`dateAxis`<!-- -->.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'minorTimeUnitScale?: boolean;'
return:
type: boolean
- name: minorUnit
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#minorUnit:member'
package: excel!
fullName: minorUnit
summary: >-
Represents the interval between two minor tick marks. Can be set to a numeric value or an empty string (for
automatic axis values). The returned value is always a number.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'minorUnit?: boolean;'
return:
type: boolean
- name: multiLevel
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#multiLevel:member'
package: excel!
fullName: multiLevel
summary: Specifies if an axis is multilevel.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'multiLevel?: boolean;'
return:
type: boolean
- name: numberFormat
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#numberFormat:member'
package: excel!
fullName: numberFormat
summary: Specifies the format code for the axis tick label.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'numberFormat?: boolean;'
return:
type: boolean
- name: offset
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#offset:member'
package: excel!
fullName: offset
summary: >-
Specifies the distance between the levels of labels, and the distance between the first level and the axis line.
The value should be an integer from 0 to 1000.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'offset?: boolean;'
return:
type: boolean
- name: position
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#position:member'
package: excel!
fullName: position
summary: Specifies the specified axis position where the other axis crosses. See `Excel.ChartAxisPosition` for details.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'position?: boolean;'
return:
type: boolean
- name: positionAt
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#positionAt:member'
package: excel!
fullName: positionAt
summary: >-
Specifies the axis position where the other axis crosses. You should use the `SetPositionAt(double)` method to set
this property.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'positionAt?: boolean;'
return:
type: boolean
- name: reversePlotOrder
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#reversePlotOrder:member'
package: excel!
fullName: reversePlotOrder
summary: Specifies if Excel plots data points from last to first.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'reversePlotOrder?: boolean;'
return:
type: boolean
- name: scaleType
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#scaleType:member'
package: excel!
fullName: scaleType
summary: Specifies the value axis scale type. See `Excel.ChartAxisScaleType` for details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'scaleType?: boolean;'
return:
type: boolean
- name: showDisplayUnitLabel
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#showDisplayUnitLabel:member'
package: excel!
fullName: showDisplayUnitLabel
summary: Specifies if the axis display unit label is visible.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showDisplayUnitLabel?: boolean;'
return:
type: boolean
- name: textOrientation
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#textOrientation:member'
package: excel!
fullName: textOrientation
summary: >-
Specifies the angle to which the text is oriented for the chart axis tick label. The value should either be an
integer from -90 to 90 or the integer 180 for vertically-oriented text.
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'textOrientation?: boolean;'
return:
type: boolean
- name: tickLabelPosition
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#tickLabelPosition:member'
package: excel!
fullName: tickLabelPosition
summary: >-
Specifies the position of tick-mark labels on the specified axis. See `Excel.ChartAxisTickLabelPosition` for
details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'tickLabelPosition?: boolean;'
return:
type: boolean
- name: tickLabelSpacing
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#tickLabelSpacing:member'
package: excel!
fullName: tickLabelSpacing
summary: >-
Specifies the number of categories or series between tick-mark labels. Can be a value from 1 through 31999 or an
empty string for automatic setting. The returned value is always a number.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'tickLabelSpacing?: boolean;'
return:
type: boolean
- name: tickMarkSpacing
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#tickMarkSpacing:member'
package: excel!
fullName: tickMarkSpacing
summary: Specifies the number of categories or series between tick marks.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'tickMarkSpacing?: boolean;'
return:
type: boolean
- name: title
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#title:member'
package: excel!
fullName: title
summary: Represents the axis title.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'title?: Excel.Interfaces.ChartAxisTitleLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartAxisTitleLoadOptions:interface" />'
- name: top
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#top:member'
package: excel!
fullName: top
summary: >-
Specifies the distance, in points, from the top edge of the axis to the top of chart area. Returns `null` if the
axis 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?: boolean;'
return:
type: boolean
- name: type
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#type:member'
package: excel!
fullName: type
summary: Specifies the axis type. See `Excel.ChartAxisType` for details.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'type?: boolean;'
return:
type: boolean
- name: visible
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#visible:member'
package: excel!
fullName: visible
summary: Specifies if the axis is visible.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'visible?: boolean;'
return:
type: boolean
- name: width
uid: 'excel!Excel.Interfaces.ChartAxisLoadOptions#width:member'
package: excel!
fullName: width
summary: 'Specifies the width, in points, of the chart axis. Returns `null` if the axis is not visible.'
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'width?: boolean;'
return:
type: boolean