-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.chartlegendformatloadoptions.yml
49 lines (49 loc) · 2.01 KB
/
excel.interfaces.chartlegendformatloadoptions.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
### YamlMime:TSType
name: Excel.Interfaces.ChartLegendFormatLoadOptions
uid: 'excel!Excel.Interfaces.ChartLegendFormatLoadOptions:interface'
package: excel!
fullName: Excel.Interfaces.ChartLegendFormatLoadOptions
summary: Encapsulates the format properties of a chart legend.
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.ChartLegendFormatLoadOptions#$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: border
uid: 'excel!Excel.Interfaces.ChartLegendFormatLoadOptions#border:member'
package: excel!
fullName: border
summary: 'Represents the border format, which includes color, linestyle, and weight.'
remarks: '\[ [API set: ExcelApi 1.8](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'border?: Excel.Interfaces.ChartBorderLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartBorderLoadOptions:interface" />'
- name: font
uid: 'excel!Excel.Interfaces.ChartLegendFormatLoadOptions#font:member'
package: excel!
fullName: font
summary: 'Represents the font attributes such as font name, font size, and color of a chart legend.'
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'font?: Excel.Interfaces.ChartFontLoadOptions;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartFontLoadOptions:interface" />'