Questions tagged [radchart]

RadChart is a feature-rich charting control for the .Net platform developed by Telerik.

RadChart is a feature-rich charting control developed by Telerik. It is available for MVC, Silverlight and Ajax environments.

61 questions
0
votes
1 answer

Telerik RadChart bar chart labels not lining up correctly

In this bar chart, some of the labels aren't lining up correctly. Short of making the bars thicker, what can I do fix this?
mattalxndr
  • 9,143
  • 8
  • 56
  • 87
0
votes
1 answer

How can I control the width of the X-axis labels on a horizontal bar RadChart?

What are the properties that control the width of the X-axis labels on a horizontal bar RadChart? Here's what it looks like now: I need the labels on the left to be wider.
mattalxndr
  • 9,143
  • 8
  • 56
  • 87
0
votes
1 answer

How can I move the Y-Axis labels from the bottom to the top of my horizontal bar rad chart?

By default, the Y-Axis labels appear on the bottom of a horizontal bar chart. How can I display them on the top instead?
mattalxndr
  • 9,143
  • 8
  • 56
  • 87
0
votes
1 answer

Telerik: Uncluster Bar Chart

I'm using Telerik Rad Chart to graph some data. I have a very simple data structure. One column of unique identifiers and another column of values to be graphed. For some reason the rad chart is creating a duplicate column of the same data. How do I…
ExceptionLimeCat
  • 6,191
  • 6
  • 44
  • 77
0
votes
1 answer

How to convert rad controls to images in silverlight

I'm using rad controls(charts and gridview) for developing an application,which i need to export the controls(each) into image.I have tried each control converting them into bytes format and send to webservice and converting them to images but…
Dinesh Haraveer
  • 1,784
  • 3
  • 31
  • 54
0
votes
1 answer

putting strings in the Xaxis of the radChart

when my X Axis is of a time int it works perfectly. But when i put it as a string an error occurs My XAML is like this
ihebiheb
  • 3,673
  • 3
  • 46
  • 55
0
votes
1 answer

How to show only one ItemLabel in radchart telerik

I'm using radchart,in the chart i'm able to show 4 series and in that one of the series is line as the value will be same for each x axis value.Now i want to hide the all ItemLabel except one ItemLabel i.e showing the item label at last x axis…
Dinesh Haraveer
  • 1,784
  • 3
  • 31
  • 54
0
votes
1 answer

Missing Zero value in addtional y axis range silverlight

We are using RadChart in silverlight application.The chart is having multi y-axis(Two) one is showing the ranging from zero to 100 but another y axis is not showing the ranging from 0 to 100.It is showing the range from the point binding -1 to +1 of…
Dinesh Haraveer
  • 1,784
  • 3
  • 31
  • 54
0
votes
1 answer

Bind line series to the additional Y-axis in radchart telerik

Im having radchart showing the 2 bar series and 2 line series.Bar series is showing according to the left side y axis and line series is not binding according to the right side additional y axis.right axis which line series has to bind but only one…
Dinesh Haraveer
  • 1,784
  • 3
  • 31
  • 54
0
votes
1 answer

Issues using 2 axis labels with RadBarChart and no Gap between bars

I have 2 problems: I want the names from the datatable but it is showing me in numeric form. I would like a gap between the two bars but I can't find a way. Here is the code: private void InitializeGraph (DataTable poDt) { …
VRJ
  • 1
  • 4
0
votes
1 answer

How to remove amounts in thousands in Telerik WPF RadChart?

Using RadChart is assigned at runtime to the same data through a dataset, the result of a database query. Through code (vb.net) created the series and other settings needed in a conventional bar graph. The problem: When values ​​are thousands, the…
xavendano
  • 133
  • 5
  • 14
0
votes
1 answer

Telerik RadChart keeps loading

I have an issue, my RadChart loads perfectly locally, but after I deploy it just keeps loading but doesn't run. I don't get in the actual chart screen. I put a messagebox after the whole process and this messagebox shows up, so I am sure that the…
WtFudgE
  • 5,080
  • 7
  • 47
  • 59
0
votes
1 answer

Zero label is not displayed in Telerik RadChart

I'm using Telerik RadChart for drawing a line chart. Everything is OK except Zero value don't show up as attached. Is there an appearance property that is responsible of this behavior? I'm creating the control like this: /// ///…
AHMED EL-HAROUNY
  • 836
  • 6
  • 17
0
votes
1 answer

Telerik RadChart Binding With Multiple Series

I would like bind a rad chart with multiple serieses with different datasets (dtDev,dtProd, dtQA), Could tell me how to the coding? Just take blind examples as we have three dates dtDev,dtProd, dtQA. Please healp, Thank You in…
Software Enginner
  • 675
  • 2
  • 14
  • 43
0
votes
1 answer

Telerik RadChart Alternating Background StripLines On ASP Ajax control

I want to show an alternating background colour for the X axis on a line chart on the ASP.Net Ajax RadChart control. I have found this article that shows the StripLine property for Silverlight and WPF chart control but I cannot find this property on…
Chris B
  • 5,311
  • 11
  • 45
  • 57