I must be overlooking something simple because it seems that clearing charts programmatically would be such a common thing, but where then is the attribute to do this?
> I must be overlooking something simple because it seems that clearing charts > programmatically would be such a common thing, but where then is the > attribute to do this?
To clear a graph, write and empty plot (empty array) to its terminal or a local variable. To clear a chart, write it to the charts History attribute.
"Greg McKaskle" wrote in message news:391D630A.6F04E48F@austin.rr.com... > > I must be overlooking something simple because it seems that clearing charts > > programmatically would be such a common thing, but where then is the > > attribute to do this? > > To clear a graph, write and empty plot (empty array) to its terminal or > a local > variable. To clear a chart, write it to the charts History attribute. > > Greg McKaskle