OWC : How can I decrease space between two charts?

S

soworl

Hello ^^
My code created an Office web chart.
That jpg file includes 2 charts which are chChartTypeStockOHLC and
chChartTypeColumnClustered.

ChartLayout is ChChartLayoutVertical.

My output was succesful, but I wonder if I may decrease space between the
charts?

||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||
|||--------------------------|||
|||--------------------------|||
|||--chChartTypeStockOHLC---|||
|||--------------------------|||
|||--------------------------|||
||||||||||||||||||||||||||||||||
||||||||||this space||||||||||||
||||||||||||||||||||||||||||||||
|||--------------------------|||
|||--------------------------|||
|||chChartTypeColumnClustered ||
|||--------------------------|||
|||--------------------------|||
||||||||||||||||||||||||||||||||

change like following images
||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||
|||--------------------------|||
|||--------------------------|||
|||--chChartTypeStockOHLC---|||
|||--------------------------|||
|||--------------------------|||
||||||||||this space||||||||||||
|||--------------------------|||
|||--------------------------|||
|||chChartTypeColumnClustered ||
|||--------------------------|||
|||--------------------------|||
||||||||||||||||||||||||||||||||
 
A

Alvin Bruney [Microsoft MVP]

The line wrap space is not customizeable. However, you may be able to use
custom drawing to determine the exact place to render the extra charts. I'd
think it would be a huge headache to overcome this inconvenience.

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top