Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Horizontal axe label truncated

$
0
0
Hi Mathieu,

Thank you for writing.

You should set the ClipLabels property of the axis to false:
DateTimeCategoricalAxis categoricalAxis = new DateTimeCategoricalAxis();
 
categoricalAxis.LabelFitMode = AxisLabelFitMode.Rotate;
categoricalAxis.LabelRotationAngle = 300;
categoricalAxis.ClipLabels = false;

Please let me know if there is something else I can help you with. 
 
Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>