-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.chartdatalabelformatdata.yml
35 lines (35 loc) · 1.44 KB
/
excel.interfaces.chartdatalabelformatdata.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
### YamlMime:TSType
name: Excel.Interfaces.ChartDataLabelFormatData
uid: 'excel!Excel.Interfaces.ChartDataLabelFormatData:interface'
package: excel!
fullName: Excel.Interfaces.ChartDataLabelFormatData
summary: An interface describing the data returned by calling `chartDataLabelFormat.toJSON()`<!-- -->.
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: border
uid: 'excel!Excel.Interfaces.ChartDataLabelFormatData#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.ChartBorderData;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartBorderData:interface" />'
- name: font
uid: 'excel!Excel.Interfaces.ChartDataLabelFormatData#font:member'
package: excel!
fullName: font
summary: 'Represents the font attributes (such as font name, font size, and color) for a chart data label.'
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'font?: Excel.Interfaces.ChartFontData;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartFontData:interface" />'