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

Message ListMessage List     Post MessagePost Message

  Change X label background color by items
Posted by Sato on Dec-27-2012 11:10
Attachments:
Dear Sir,

Is it possible to change x label background color by items?
For example, put different color by each "RES" x label in attached image.
I'm using ASP.NET(VB).

Best regards,
Sato
20121227_ChartDirector_Question.JPG

  Re: Change X label background color by items
Posted by Peter Kwan on Dec-28-2012 00:00
Hi Sato,

Yes. You may use CDML to format the labels. See:

http://www.advsofteng.com/doc/cdnet.htm#cdml.htm

For example, instead of using the label "ABC", you may use:

"<*block,bgcolor=FFff00,width=100,halign=right*>ABC "

Hope this can help.

Regards
Peter Kwan

  Re: Change X label background color by items
Posted by Sato on Dec-28-2012 10:59
Hi Peter,

It works, thank you!

Best regards,
Sato