Hi kranthi,
ChartDirector cannot automatically distribute the legend icons into the axis titles. For your case, I think you may use Axis.setTitle to set the axis titles with the color box legend icons. The color box can be considered the same as text. There is a text charater which is a box (commonly used as "square bullet").
For example, instead of using "ALCSQF" as the axis title, you may use "<*font,color=FF0000,size=13*>\\u25A0<*/font> ALCSQF" as the axis title. (The \\u25A0 is the square character - you may look up the available text characters using the Windows Character Map).
Hope this can help.
Regards
Peter Kwan |