Script to control markers in the axis - 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 (https://bdn.bdb.ai/forumdisplay.php?fid=29) +---- Thread: Script to control markers in the axis (/showthread.php?tid=362) |
Script to control markers in the axis - Sruthi P - 12-21-2022 write the script in respective chart connection var a=sdk.getWidget('timeline1'); a.m_noofmarkers = 6; |