Hello,
if i set markers like so:
Mark *mark = c.xAxis()->addMark(backtestDate, MARK_COLOR, backtestDateIt->date);
mark->setFontColor(MARK_LABEL_COLOR);
I would like to add a vertical text left to the marker containing for example "bt-10".
Couldn't figure out how to achive this.
Regards,
Sinan |