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

Message ListMessage List     Post MessagePost Message

  How to change color of x label's each value
Posted by hiro on Jul-06-2011 15:57
Attachments:
I want to change the color of each x labels . see attached file.
For example, saturday is blue and sunday is red.
then
1 -> black(friday)
2-> blue(saturday)
3-> red (sunday)
:

Let me know how I can do it.
sample.png

  Re: How to change color of x label's each value
Posted by Peter Kwan on Jul-07-2011 00:48
Hi hiro,

Instead of using "1", "2", "3", ... as the labels, you may use "1", "<*color=0000FF*>2", "<*color=FF0000*>3", ....

In other words, for any day that is Saturday, you may prepend <*color=0000FF*> in front. for any day that is Sunday, you may prepend <*color=FF0000*> in front.

Hope this can help.

Regards
Peter Kwan