Can I use all advanced charts provided by ChartDirector? For example adding the alert line to the bar chart? Eg. http://www.advsofteng.com/gallery_bar2.html (chart at the bottom)
If yes, please show me how. Thank you!
Can I use all advanced charts provided by ChartDirector? For example adding the alert line to the bar chart? Eg. http://www.advsofteng.com/gallery_bar2.html (chart at the bottom)
If yes, please show me how. Thank you!
Yes,
myDBR allows for you to fully utilize CharDirector functionality (some of them using native CharDirector commands).
To add a mark like you can do:
select 'dbr.chart.options', 'chartdirector', '$m = $c->yAxis()->addMark(120, 0x00C000, "Mark line");';
--
myDBR Team
It works, great thanks!
You must log in to post.