Skip to content

Commit 6e11d5e

Browse files
committed
update the wrong code snippet and add an image
1 parent 1238f56 commit 6e11d5e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

libraries/radspreadprocessing/features/charts/chart-data.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The **FormulaChartData** type is abstract and it is implemented by the **Workboo
2727
- Workbook **Workbook**: Gets the workbook that the formula refers to get the chart data.
2828

2929
#### [C#] Example 1: Using IChartData
30+
3031
{{region radspreadprocessing-features-charts-chart-data_0}}
3132

3233
Workbook workbook = new Workbook();
@@ -52,4 +53,9 @@ The **FormulaChartData** type is abstract and it is implemented by the **Workboo
5253
worksheet.Charts[0].Chart.SeriesGroups.First().Series.First().Title = new TextTitle("Team 1");
5354
worksheet.Charts[0].Chart.SeriesGroups.First().Series.Last().Title = new TextTitle("Team 2");
5455

55-
{{endregion}}
56+
{{endregion}}
57+
58+
>caption Using Chart Data in RadSpreadProcessing
59+
60+
![Spread Chart Data](images/spread-chart-data.png)
61+
11.9 KB
Loading

0 commit comments

Comments
 (0)