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).
Charts Modifying
Re: Charts Modifying
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.
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
Re: Charts Modifying
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.
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.