This is a migrated thread and some comments may be shown as answers.

Horizontal axe label truncated

1 Answer 64 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Mathieu
Top achievements
Rank 1
Mathieu asked on 03 Sep 2015, 09:12 AM

Hi,
I'm using a graph in wich i specified an horizontal DatetimeCategoricalAxis.
I have a the first axe label trucated (attaced file).

Is it possible to fix this issue without changing the "LabelRotationAngle" value ? 

Regards,

Mathieu

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 03 Sep 2015, 12:46 PM
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
Tags
ChartView
Asked by
Mathieu
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or