ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  some side text
Posted by dave on Jan-27-2023 19:27
Attachments:
hi Peter,
I would like to add some descriptive text to my finance chart.

How hard would it be to expand the area to the left of the Y-Axis, and then add a bunch of text in there?

Attached is what I would like the chart to look like.

Thanks!
side_text.png

  Re: some side text
Posted by dave on Jan-27-2023 19:28
If possible, I'd like to take advantage of CDML, but, not required.

Thanks!

  Re: some side text
Posted by Peter Kwan on Jan-28-2023 04:26
Hi Dave,

You can use FinanceChart.setMargins to configure a large margin on the left side. You can then use BaseChart.addText to add CDML text at the margin space.

https://www.advsofteng.com/doc/cdnet.htm#FinanceChart.setMargins.htm

Best Regards
Peter Kwan