Menu

#148 Labels on bargraphs-change the orientation to horizontal

v1.0_(example)
open
nobody
None
1
2013-03-19
2013-03-19
No

Hello,

How can I change the orientation of bargraph labels.

I have some code like:

BarItem bar1 = myPane.AddBar("Appointment Count",
pointList, Color.Blue);

            BarItem.CreateBarLabels(myPane, false, "f0");

The orientation is that the labels are drawn vertically.I would like to change them so they are horizontal. How do I do this?

Discussion


Log in to post a comment.