diff --git a/Document-Processing/Excel/Conversions/Chart-to-Image/NET/Chart-to-Image-Conversion.md b/Document-Processing/Excel/Conversions/Chart-to-Image/NET/Chart-to-Image-Conversion.md index 3a7e086e3..81f265d51 100644 --- a/Document-Processing/Excel/Conversions/Chart-to-Image/NET/Chart-to-Image-Conversion.md +++ b/Document-Processing/Excel/Conversions/Chart-to-Image/NET/Chart-to-Image-Conversion.md @@ -177,7 +177,9 @@ Line * Line
* Line_Markers
-* Line_3D +* Line_3D
+* Stacked_Line
+* Stacked_Line_Markers @@ -188,7 +190,8 @@ Pie * Pie
* Pie_Exploded
* Pie_3D
-* Pie_Exploded_3D +* Pie_Exploded_3D
+* PieOfPie @@ -219,7 +222,9 @@ Stock * Stock_HighLowClose
-* Stock_OpenHighLowClose +* Stock_OpenHighLowClose
+* Stock_VolumeOpenHighLowClose
+* Stock_VolumeHighLowClose @@ -227,13 +232,22 @@ Stock Excel 2016 Charts -* Funnel
* Waterfall
* Histogram
* Pareto
+* Funnel
+* Waterfall
+* Histogram
+* Pareto
+* Sunburst
+* Box and Whisker
+* Treemap + -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: diff --git a/Document-Processing/Excel/Conversions/Chart-to-Image/overview.md b/Document-Processing/Excel/Conversions/Chart-to-Image/overview.md index fa520684a..96c2dc029 100644 --- a/Document-Processing/Excel/Conversions/Chart-to-Image/overview.md +++ b/Document-Processing/Excel/Conversions/Chart-to-Image/overview.md @@ -188,7 +188,8 @@ Pie * Pie
* Pie_Exploded
* Pie_3D
-* Pie_Exploded_3D +* Pie_Exploded_3D
+* PieOfPie @@ -229,13 +230,22 @@ Stock Excel 2016 Charts -* Funnel
* Waterfall
* Histogram
* Pareto
+* Funnel
+* Waterfall
+* Histogram
+* Pareto
+* Sunburst
+* Box and Whisker
+* Treemap + -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: @@ -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 \ No newline at end of file