-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.chartseriesupdatedata.yml
35 lines (35 loc) · 1.4 KB
/
excel.interfaces.chartseriesupdatedata.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.ChartSeriesUpdateData
uid: 'excel!Excel.Interfaces.ChartSeriesUpdateData:interface'
package: excel!
fullName: Excel.Interfaces.ChartSeriesUpdateData
summary: 'An interface for updating data on the `ChartSeries` object, for use in `chartSeries.set({ ... })`<!-- -->.'
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: format
uid: 'excel!Excel.Interfaces.ChartSeriesUpdateData#format:member'
package: excel!
fullName: format
summary: 'Represents the formatting of a chart series, which includes fill and line 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.ChartSeriesFormatUpdateData;'
return:
type: '<xref uid="excel!Excel.Interfaces.ChartSeriesFormatUpdateData:interface" />'
- name: name
uid: 'excel!Excel.Interfaces.ChartSeriesUpdateData#name:member'
package: excel!
fullName: name
summary: Specifies the name of a series in a chart. The name's length should not be greater than 255 characters.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'name?: string;'
return:
type: string