radchart

Telerik RadChart and Ektron CMS 7.6 dll conflict

I have Ektron CMS 7.6 which includes a plethora of built in features. One of those features is Telerik for ASP.NET Ajax Controls. Also I have a subscription for Telerik Controls separately. Problem is Telerik was forced to break some backwards compatiblity for the Radchart involving Telerik.Charting.dll and RadChart.Net2.dll. basical...

How to set text in Y-axis, instead of numbers, in a RadChart component from Telerik with Bar-type

Hi, I have made an bar RadChart with "SeriesOrientation="Horizontal"". I have the text showing at the end for each bars, but instead I would like that text to be listet in the y-axis, instead of the 1,2,3.. numbers. It seems like i'm not allow to set any text in the y-axis, is there a property I can set? Here is my code snippes: === ....

how to turn off empty value approximation for Telerik chart controls

I am using the Telerik rad chart control to create a bar chart of date-based data. The x-axis shows the date for each data point. The y-axis shows some total. When there is no data in my datasource for a particular date, the chart is still showing a date, but no bar. I think this falls under the "empty series approximation" functionali...