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
 
Top