I use a UltraChart but the text on the Axis.Y is being trim-ed,
How can I set the Width for this text?
And how can I change the Values of the column?
You should increase the value of the Extent property to see your labels:Ultrachart.Axis.Y.Extent = 50;The font can be set on the x axis labels:Ultrachart.Axis.X.Labels.Font = new Font(FontFamily.GenericSerif, 14);
Be patient while the image is loading...
I wanna change the font of the botton text
and set the Width for the text of the left
------------------------------------------------- ------------------------------------------------- ------------------------------------------------- -------------------------------------------------
Edit:
Width for the text of the left Ultrachart.Axis.Y.Extend = 1;