Script to change the subtitle and axis description of any component - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16) +---- Thread: Script to change the subtitle and axis description of any component (/showthread.php?tid=365) |
Script to change the subtitle and axis description of any component - abhishek_acharya - 12-22-2022 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'; |