This question is locked. New answers and comments are not allowed.
Now chart aligns this label to center:
123123123 | ======
232 |====
12322 | ========
I want to customize it to:
123123 |=====
12 |===
43455 |=======
What exacty template should i customize?
Here is code:
123123123 | ======
232 |====
12322 | ========
I want to customize it to:
123123 |=====
12 |===
43455 |=======
What exacty template should i customize?
Here is code:
<telerikChart:RadCartesianChart > <telerikChart:RadCartesianChart.HorizontalAxis > <telerikChart:LinearAxis ShowLabels="False" /> </telerikChart:RadCartesianChart.HorizontalAxis> <telerikChart:RadCartesianChart.VerticalAxis> <telerikChart:CategoricalAxis/> </telerikChart:RadCartesianChart.VerticalAxis> <telerikChart:BarSeries ShowLabels="True"> <charting:CategoricalDataPoint Value="400000" Category="asdasda2" Label="12313 usd"/> </telerikChart:BarSeries></telerikChart:RadCartesianChart>