File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
libraries/radspreadprocessing/features/charts Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments