Skip to content

Commit df42dc4

Browse files
AlexJerabekgithub-actions
andauthored
Automatically generated docs (#408)
Co-authored-by: github-actions <github-actions@github.com>
1 parent d3f2a78 commit df42dc4

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

docs/docs-ref-autogen/excelscript/excelscript.chartdisplayblanksas.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ fields:
1212
- name: interplotted
1313
uid: ExcelScript!ExcelScript.ChartDisplayBlanksAs.interplotted:member
1414
package: ExcelScript!
15-
summary: ''
15+
summary: Values are interpolated into the chart.
1616
- name: notPlotted
1717
uid: ExcelScript!ExcelScript.ChartDisplayBlanksAs.notPlotted:member
1818
package: ExcelScript!
19-
summary: ''
19+
summary: Blank cells are not plotted.
2020
- name: zero
2121
uid: ExcelScript!ExcelScript.ChartDisplayBlanksAs.zero:member
2222
package: ExcelScript!
23-
summary: ''
23+
summary: Blank cells are plotted as zero.

generate-docs/API Coverage Report.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,9 @@ ExcelScript,ExcelScript.ChartDataTableFormat,"getBorder()",Method,Fine,false
565565
ExcelScript,ExcelScript.ChartDataTableFormat,"getFill()",Method,Good,false
566566
ExcelScript,ExcelScript.ChartDataTableFormat,"getFont()",Method,Great,false
567567
ExcelScript,ExcelScript.ChartDisplayBlanksAs,N/A,Enum,Missing,false
568-
ExcelScript,ExcelScript.ChartDisplayBlanksAs,"interplotted",EnumField,Missing,false
569-
ExcelScript,ExcelScript.ChartDisplayBlanksAs,"notPlotted",EnumField,Missing,false
570-
ExcelScript,ExcelScript.ChartDisplayBlanksAs,"zero",EnumField,Missing,false
568+
ExcelScript,ExcelScript.ChartDisplayBlanksAs,"interplotted",EnumField,Fine,false
569+
ExcelScript,ExcelScript.ChartDisplayBlanksAs,"notPlotted",EnumField,Poor,false
570+
ExcelScript,ExcelScript.ChartDisplayBlanksAs,"zero",EnumField,Poor,false
571571
ExcelScript,ExcelScript.ChartErrorBars,N/A,Interface,Excellent,false
572572
ExcelScript,ExcelScript.ChartErrorBars,"getEndStyleCap()",Method,Great,false
573573
ExcelScript,ExcelScript.ChartErrorBars,"getFormat()",Method,Great,false

generate-docs/api-extractor-inputs-excelscript-release/excelscript.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12822,10 +12822,19 @@ export declare namespace ExcelScript {
1282212822
}
1282312823

1282412824
enum ChartDisplayBlanksAs {
12825+
/**
12826+
* Blank cells are not plotted.
12827+
*/
1282512828
notPlotted,
1282612829

12830+
/**
12831+
* Blank cells are plotted as zero.
12832+
*/
1282712833
zero,
1282812834

12835+
/**
12836+
* Values are interpolated into the chart.
12837+
*/
1282912838
interplotted,
1283012839
}
1283112840

generate-docs/api-extractor-inputs-excelscript/excelscript.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12822,10 +12822,19 @@ export declare namespace ExcelScript {
1282212822
}
1282312823

1282412824
enum ChartDisplayBlanksAs {
12825+
/**
12826+
* Blank cells are not plotted.
12827+
*/
1282512828
notPlotted,
1282612829

12830+
/**
12831+
* Blank cells are plotted as zero.
12832+
*/
1282712833
zero,
1282812834

12835+
/**
12836+
* Values are interpolated into the chart.
12837+
*/
1282912838
interplotted,
1283012839
}
1283112840

0 commit comments

Comments
 (0)