Forums
How to change the x or y axis description using script - 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: How to change the x or y axis description using script (/showthread.php?tid=593)



How to change the x or y axis description using script - sariga.vr@bdb.ai - 12-23-2022

sdk.getWidget( 'mix33' ).m_xAxis.m_description='Quarter';

We have to provide component id in the place where i marked in red colour.
we have to provide the description in the place where i marked in green colour.