01-24-2008 04:55 AM
01-24-2008 06:40 AM
You can right click on the chart and select properties. Here you can set up your chart to have additional Y axis as well as add and name more cursors. If you need to modify properties at runtime use a property node referencing the chart.
Paul
01-24-2008 09:57 PM
Thank you for your information.
01-29-2008 03:23 AM
Hi Paul
I checked with chart peoperties there is no otipn to add cursors to chart.
For graph only have curson option.How to implement START & STOP cursor option to chart.
I want synchronize the sum o/p signal in between START & STOP cursor.
Thanks & Regards
01-29-2008 04:06 AM
Chart does not have cursor, only a graph can have cursor(s).
You can use the Graph instead of the Chart & achieve the property of multiple cursors, either statically or programmatically.