chanlichin 0 Newbie Poster

I get the bar as the picture below. But the value for each bar display is too crowded. So can i know how to change the vertical values(each stack bar) into horizontal value.Thanks.Below is my coding.

[img]<a href='http://img513.imageshack.us/i/58407423.jpg/'><img src='http://img513.imageshack.us/img513/8098/58407423.jpg' border='0' alt='Image Hosted by ImageShack.us'/></a><br/>[/img]

myPane.BarSettings.Type = BarType.Stack

        myPane.XAxis.Type = AxisType.Text
        myPane.XAxis.Scale.TextLabels = xaxis

        myPane.BarSettings.Base = BarBase.X

        BarItem.CreateBarLabels(myPane, True, "f2", "Tohoma", 6, Color.Black, False, False, False)