Page 1 of 1

Understanding volume chart

Posted: Wed Jul 22, 2009 6:55 am
by 6923298
Hi,

I'm using version 3.5.3187.15584 and was exploring Welcome !\Chart styles\Financial\Volume. I noticed that if I move the chart upwards, the volume lines continue on into the negative region.

Is it possible to have the volume lines starting from zero instead of going infinitely into the negative values? It's quite annoying as I'm using the volume style with other styles, and users often move the chart around.

Thanks.

Re: Understanding volume chart

Posted: Wed Jul 22, 2009 9:22 am
by yeray
Hi pw,

You could use the following:

Code: Select all

volume1.UseOrigin = true;
volume1.Origin = 0;

Re: Understanding volume chart

Posted: Thu Jul 23, 2009 1:28 am
by 6923298
Thanks, Yeray. Works wonderfully!