2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
You can change the text area color of legend in charts by using the following code snippets. C# // Adding a New chart to the Worksheet. IChart chart = workbook.Charts.Add(); chart.Legend.TextArea.Color = ExcelKnownColors.Magenta;
VB ' Adding a New chart to the Worksheet. Dim chart As IChart = workbook.Charts.Add() chart.Legend.TextArea.Color=ExcelKnownColors.Magenta
Here is the sample for your reference:
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.