Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ Line
<td>
* Line<br/>
* Line_Markers<br/>
* Line_3D
* Line_3D<br/>
* Stacked_Line<br/>
* Stacked_Line_Markers
</td>
</tr>
<tr>
Expand All @@ -188,7 +190,8 @@ Pie
* Pie<br/>
* Pie_Exploded<br/>
* Pie_3D<br/>
* Pie_Exploded_3D
* Pie_Exploded_3D<br/>
* PieOfPie
</td>
</tr>
<tr>
Expand Down Expand Up @@ -219,21 +222,32 @@ Stock
</td>
<td>
* Stock_HighLowClose<br/>
* Stock_OpenHighLowClose
* Stock_OpenHighLowClose<br/>
* Stock_VolumeOpenHighLowClose<br/>
* Stock_VolumeHighLowClose
</td>
</tr>
<tr>
<td>
Excel 2016 Charts
</td>
<td>
* Funnel<br/>* Waterfall<br/>* Histogram<br/>* Pareto<br/></td>
* Funnel<br/>
* Waterfall<br/>
* Histogram<br/>
* Pareto<br/>
* Sunburst<br/>
* Box and Whisker<br/>
* Treemap
</td>
</tr>
</table>

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.
N> From the above supported chart types table, Line_3D charts are not supported in chart to image conversion in .NET Core platforms.

N> Only embedded charts are supported in chart to image conversion. The Chart sheets are not supported.

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

## Supported chart elements
XlsIO supports the following chart elements in image conversion:
Expand Down
20 changes: 15 additions & 5 deletions Document-Processing/Excel/Conversions/Chart-to-Image/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ Pie
* Pie<br/>
* Pie_Exploded<br/>
* Pie_3D<br/>
* Pie_Exploded_3D
* Pie_Exploded_3D<br/>
* PieOfPie
</td>
</tr>
<tr>
Expand Down Expand Up @@ -229,13 +230,22 @@ Stock
Excel 2016 Charts
</td>
<td>
* Funnel<br/>* Waterfall<br/>* Histogram<br/>* Pareto<br/></td>
* Funnel<br/>
* Waterfall<br/>
* Histogram<br/>
* Pareto<br/>
* Sunburst<br/>
* Box and Whisker<br/>
* Treemap
</td>
</tr>
</table>

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.
N> From the above supported chart types table, Line_3D charts are not supported in chart to image conversion in .NET Core platforms.

N> Only embedded charts are supported in chart to image conversion. The Chart sheets are not supported.

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

## Supported chart elements
XlsIO supports the following chart elements in image conversion:
Expand All @@ -248,4 +258,4 @@ XlsIO supports the following chart elements in image conversion:
4. Data labels
5. Grid lines
6. Legend
7. Trend line
7. Trend line