Forums

Full Version: Script to change the subtitle and axis description of any component
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This can be given in connection or in any component..

For Subtitle description 
sdk.getWidget( 'component name' ).m_subTitle.m_description='Subtitle..';

For axis description
sdk.getWidget( 'component name' ).m_xAxis.m_description='axis name';