Hi,
I am using Active X TChart 2018.
I am using cursor tool on tchart and want to show the annotation property but not able to find the option to set its visibility to true .Please guide.
Thanks,
Amol
Query related to cursor tool annotation visibility setting.
Re: Query related to cursor tool annotation visibility setting.
Hello,
You could do it as follows by code:
You could do it as follows by code:
Code: Select all
TChart1.Tools.Add tcCursor
TChart1.Tools.Items(0).asTeeCursor.Style = cssVertical
TChart1.Tools.Items(0).asTeeCursor.AxisAnnotation.Shape.Show
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |