Charts Modifying

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
eor
Posts: 2
Joined: Mon Oct 10, 2022 12:42 pm

Charts Modifying

Post 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).
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Charts Modifying

Post 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.
Lars Arvidsson, Axolot Data
eor
Posts: 2
Joined: Mon Oct 10, 2022 12:42 pm

Re: Charts Modifying

Post 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.
Post Reply