Skip to content

Commit 852d98e

Browse files
authored
Merge pull request #1919 from syncfusion-content/997816-UpdateSupportedChartsDev
997816-Add details about newly supported charts in XlsIO UG
2 parents 1411200 + c0fb011 commit 852d98e

File tree

2 files changed

+35
-11
lines changed

2 files changed

+35
-11
lines changed

Document-Processing/Excel/Conversions/Chart-to-Image/NET/Chart-to-Image-Conversion.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ Line
183183
<td>
184184
* Line<br/>
185185
* Line_Markers<br/>
186-
* Line_3D
186+
* Line_3D<br/>
187+
* Stacked_Line<br/>
188+
* Stacked_Line_Markers
187189
</td>
188190
</tr>
189191
<tr>
@@ -194,7 +196,8 @@ Pie
194196
* Pie<br/>
195197
* Pie_Exploded<br/>
196198
* Pie_3D<br/>
197-
* Pie_Exploded_3D
199+
* Pie_Exploded_3D<br/>
200+
* PieOfPie
198201
</td>
199202
</tr>
200203
<tr>
@@ -225,21 +228,32 @@ Stock
225228
</td>
226229
<td>
227230
* Stock_HighLowClose<br/>
228-
* Stock_OpenHighLowClose
231+
* Stock_OpenHighLowClose<br/>
232+
* Stock_VolumeOpenHighLowClose<br/>
233+
* Stock_VolumeHighLowClose
229234
</td>
230235
</tr>
231236
<tr>
232237
<td>
233238
Excel 2016 Charts
234239
</td>
235240
<td>
236-
* Funnel<br/>* Waterfall<br/>* Histogram<br/>* Pareto<br/></td>
241+
* Funnel<br/>
242+
* Waterfall<br/>
243+
* Histogram<br/>
244+
* Pareto<br/>
245+
* Sunburst<br/>
246+
* Box and Whisker<br/>
247+
* Treemap
248+
</td>
237249
</tr>
238250
</table>
239251

240-
N> From the above supported chart types table, Waterfall and Line_3D charts are not supported in chart to image conversion in .NET Standard 2.0 onwards.
252+
N> From the above supported chart types table, Line_3D charts are not supported in chart to image conversion in .NET Core platforms.
253+
254+
N> Only embedded charts are supported in chart to image conversion. The Chart sheets are not supported.
241255

242-
N> Only embedded charts are supported in chart to image conversion. Chart sheets are not supported.
256+
N> Pie of Pie, Sunburst, Box and Whisker, and Treemap charts are supported only in .NET Core platforms for chart to image conversion.
243257

244258
## Supported chart elements
245259
XlsIO supports the following chart elements in image conversion:

Document-Processing/Excel/Conversions/Chart-to-Image/overview.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ Pie
188188
* Pie<br/>
189189
* Pie_Exploded<br/>
190190
* Pie_3D<br/>
191-
* Pie_Exploded_3D
191+
* Pie_Exploded_3D<br/>
192+
* PieOfPie
192193
</td>
193194
</tr>
194195
<tr>
@@ -229,13 +230,22 @@ Stock
229230
Excel 2016 Charts
230231
</td>
231232
<td>
232-
* Funnel<br/>* Waterfall<br/>* Histogram<br/>* Pareto<br/></td>
233+
* Funnel<br/>
234+
* Waterfall<br/>
235+
* Histogram<br/>
236+
* Pareto<br/>
237+
* Sunburst<br/>
238+
* Box and Whisker<br/>
239+
* Treemap
240+
</td>
233241
</tr>
234242
</table>
235243

236-
N> From the above supported chart types table, Waterfall and Line_3D charts are not supported in chart to image conversion in .NET Standard 2.0 onwards.
244+
N> From the above supported chart types table, Line_3D charts are not supported in chart to image conversion in .NET Core platforms.
245+
246+
N> Only embedded charts are supported in chart to image conversion. The Chart sheets are not supported.
237247

238-
N> Only embedded charts are supported in chart to image conversion. Chart sheets are not supported.
248+
N> Pie of Pie, Sunburst, Box and Whisker, and Treemap charts are supported only in .NET Core platforms for chart to image conversion.
239249

240250
## Supported chart elements
241251
XlsIO supports the following chart elements in image conversion:
@@ -248,4 +258,4 @@ XlsIO supports the following chart elements in image conversion:
248258
4. Data labels
249259
5. Grid lines
250260
6. Legend
251-
7. Trend line
261+
7. Trend line

0 commit comments

Comments
 (0)