surflab
2004-10-13 07:55:20 UTC
I am updating a waveform chart within a data collection/generation
loop, and I have found that doing so either directly to the chart or
to a local variable that is bound to the chart is much faster
(10-100x?) than if I write to the "Value" property of the chart's
property node. Is this a fundamental limitation? I would like to use
the property node approach since I actually have several charts
available, and I would like to easily (programmatically) choose the
destination of the data within the loop among the charts.
loop, and I have found that doing so either directly to the chart or
to a local variable that is bound to the chart is much faster
(10-100x?) than if I write to the "Value" property of the chart's
property node. Is this a fundamental limitation? I would like to use
the property node approach since I actually have several charts
available, and I would like to easily (programmatically) choose the
destination of the data within the loop among the charts.