Hi,
When multiple series are used and a TVolumeSeries is placed in the middle of chart, it will paint below zero.
This won't happen if It is replaced with TBarSeries. Please help, thanks!
TVolumeSeries start position problem
TVolumeSeries start position problem
- Attachments
-
- 1.png (10.3 KiB) Viewed 3963 times
Re: TVolumeSeries start position problem
Hi,
Try setting the TVolumeSeries' UseYOrigin and YOrigin properties:
Try setting the TVolumeSeries' UseYOrigin and YOrigin properties:
Code: Select all
myVolumeSeries.UseYOrigin:=True;
myVolumeSeries.YOrigin:=0;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |