I have a graph in which the Graph bar has a text which will be showing in different languages.Using other languages except English ,the text alignment is not correct.Any way to decrease the font size. What i have is
myCurve = myPane.AddBar("My Curve"), list, Color.Blue);
My Curve Text overlaps if displayed in other langauages
what i have used is
myCurve.Label.FontSpec = myPane.Legend.FontSpec.Clone();
myCurve.Label.FontSpec.Size = 6;//any font size