-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.chartdatalabelsdata.yml
123 lines (123 loc) · 4.9 KB
/
excel.interfaces.chartdatalabelsdata.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
### YamlMime:TSType
name: Excel.Interfaces.ChartDataLabelsData
uid: 'excel!Excel.Interfaces.ChartDataLabelsData:interface'
package: excel!
fullName: Excel.Interfaces.ChartDataLabelsData
summary: An interface describing the data returned by calling `chartDataLabels.toJSON()`<!-- -->.
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: format
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#format:member'
package: excel!
fullName: format
summary: 'Specifies the format of chart data labels, 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.ChartDataLabelFormatData;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartDataLabelFormatData:interface" />'
- name: position
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#position:member'
package: excel!
fullName: position
summary: Value that represents the position of the data label. See `Excel.ChartDataLabelPosition` for details.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: >-
position?: Excel.ChartDataLabelPosition | "Invalid" | "None" | "Center" | "InsideEnd" | "InsideBase" |
"OutsideEnd" | "Left" | "Right" | "Top" | "Bottom" | "BestFit" | "Callout";
return:
type: >-
<xref uid="excel!Excel.ChartDataLabelPosition:enum" /> | "Invalid" | "None" | "Center" | "InsideEnd" |
"InsideBase" | "OutsideEnd" | "Left" | "Right" | "Top" | "Bottom" | "BestFit" | "Callout"
- name: separator
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#separator:member'
package: excel!
fullName: separator
summary: String representing the separator used for the data labels on a chart.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'separator?: string;'
return:
type: string
- name: showBubbleSize
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#showBubbleSize:member'
package: excel!
fullName: showBubbleSize
summary: Specifies if the data label bubble size is visible.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showBubbleSize?: boolean;'
return:
type: boolean
- name: showCategoryName
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#showCategoryName:member'
package: excel!
fullName: showCategoryName
summary: Specifies if the data label category name is visible.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showCategoryName?: boolean;'
return:
type: boolean
- name: showLegendKey
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#showLegendKey:member'
package: excel!
fullName: showLegendKey
summary: Specifies if the data label legend key is visible.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showLegendKey?: boolean;'
return:
type: boolean
- name: showPercentage
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#showPercentage:member'
package: excel!
fullName: showPercentage
summary: Specifies if the data label percentage is visible.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showPercentage?: boolean;'
return:
type: boolean
- name: showSeriesName
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#showSeriesName:member'
package: excel!
fullName: showSeriesName
summary: Specifies if the data label series name is visible.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showSeriesName?: boolean;'
return:
type: boolean
- name: showValue
uid: 'excel!Excel.Interfaces.ChartDataLabelsData#showValue:member'
package: excel!
fullName: showValue
summary: Specifies if the data label value is visible.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'showValue?: boolean;'
return:
type: boolean