PLS TELL ME
VB CODE TO INCREASE SERIES LINE WIDTH
TKS!
VB CODE TO INCREASE SERIES LINE WIDTH
Hi ann,
If you want your line series to have a width of, for example, 5:
If you want your line series to have a width of, for example, 5:
Code: Select all
TChart1.Series(0).Pen.Width = 5
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |