This may seem like a issue that is easy to solve but I have not been able to solve it. Basically, I have a bar chart on a html web page. Using the System.Web.UI.DataVisualization.Charting to create the charts. What I want to do is change the look of the label. An idea of how my label looks like is: "M: 312 A: 321 S: 432". What I would like to do is make them on top of one another, not side by side. So "M: ..." will be the first line then the others. So three lines in total. Is there anyway I can do that? This may seem like a issue that is easy to solv