|
how to add label to binary data series chart |
Posted by Vicky on Jul-28-2012 04:12 |
|
I used step line and created a binary data series chart.
Instead of showing actual values on Y axis, how should I add labels to the Y axis, such as the "apple", "pear" in the following example ?
|
apple |0000000000000000000000000000
|
pear |oooooooooooooooooooooooooooo
|
----------------------------------
Thanks. |
Re: how to add label to binary data series chart |
Posted by Peter Kwan on Jul-30-2012 22:05 |
|
Hi Vicky,
There is actually a sample code included in ChartDirector called "Binary Data Series". It is drawing something very similar to what you mentioned, and there are labels on the vertical axis. May be you can use it as a reference. (You may look for "Binary Data Series" from the ChartDirector documentation index.)
If the "Binary Data Series" is not what you need, would you mind to clarify in more details the exact chart you need?
Regards
Peter Kwan |
|