Page 1 of 1

Series attributes

Posted: Mon Feb 06, 2017 11:54 pm
by mvo11
How can I copy a series description to its displayname? In other words, could you please provide a usage example for the @description to copy it as displayed name for graphs, etc.

Re: Series attributes

Posted: Tue Feb 07, 2017 4:32 am
by johansamuelsson
For example if you have a series named "x"

Code: Select all

%tmp = x.@description x.setattr(display name) {%tmp}
Regards Johan