Page 1 of 1

Charts Modifying

Posted: Mon Oct 10, 2022 1:16 pm
by eor
Hello,
Some questions about charts:

1) Is it possible to get (and set) the chart name (Chart.Name)?
2) Is it possible to set a color of the chart area (Chart.ChartArea) and a color of the plot area (Chart.PlotArea) ?
3) How can we set series properties (line type, line width, arrowheads, gradient colors, etc.)?
4) Is there any documentation which describes charts modifying?
5) Is there any complete sample about charts modifying? ("..\XLSSuit6\Samples\CreateCharts" is a rather poor one).

Re: Charts Modifying

Posted: Mon Oct 17, 2022 7:41 am
by larsa
Hello

Modifying charts is difficult and it requires a lot of work to find out even the smallest thing. This is not included in the support as it would be like writing the code for you.

The recommended way is to use template charts and only change the source values.

Re: Charts Modifying

Posted: Wed Oct 19, 2022 3:39 pm
by eor
Charts Modifying is important for us. Is it at least possible?
Is there ANY code examples? We could try to analyze it ourselves, make a kind of wrapper functions and share it with the community (if allowed).
Thanks.