Skip to content

Commit 29986e9

Browse files
authored
Update how-to-set-the-color-for-the-dynamic-series-in-sunburst-chart.md
1 parent 445bc90 commit 29986e9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-set-the-color-for-the-dynamic-series-in-sunburst-chart.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ documentation: UG
88

99
# How to set colors for dynamic series in a Sunburst chart?
1010

11-
The examples below show how to assign custom colors to each data point in a Sunburst chart with Syncfusion XlsIO. Code is provided for C# (cross-platform and Windows-specific) and VB.NET.
12-
11+
The following code shows how to assign custom colors to each data point in a Sunburst chart with Syncfusion XlsIO.
1312
{% tabs %}
1413
{% highlight c# tabtitle="C# [Cross-platform]" %}
1514
{% endhighlight %}
@@ -182,4 +181,4 @@ using (ExcelEngine excelEngine = new ExcelEngine())
182181
workbook.SaveAs("../../Output/SunBurst.xlsx")
183182
End Using
184183
{% endhighlight %}
185-
{% endtabs %}
184+
{% endtabs %}

0 commit comments

Comments
 (0)