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

Showing different legends for each bar in RadCharts with nativescript angular

am trying to have different legends labels with their own colors representing each column in the bar series. As you see in the screen shot, i can't get other legends to appear. Also each should have a different color. Here is my html. …
user6657492
0
votes
1 answer

Telerik Silverlight RadChart Multiple Y-Axis

I have a Telerik Silverlight RadChart where I am trying to use multiple Y-Axis's. I have tried the examples but they do not work for me. Does anyone have a working example of multiple Y-Axis with this control? I would appreciate any help. Thanks!
Rich Blumer
  • 960
  • 1
  • 15
  • 26
0
votes
1 answer

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…
DeveloperM
  • 1,129
  • 7
  • 17
  • 30
0
votes
1 answer

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

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…
radbyx
  • 9,352
  • 21
  • 84
  • 127
0
votes
1 answer

WPF Telerik ScatterPointSeries RenderMode deprecated

A Telerik RadChartView is being assigned an AnalysisChartScatterPointSeries, where the RenderMode property of which was formerly being set to SeriesRenderMode.Light. This property has been marked obsolete and, upon removing the assignment from the…
mungflesh
  • 776
  • 11
  • 22
0
votes
0 answers

Telerik RadChart Control - Data is not displayed near the edges of the chart

I'm working on a WPF application and using the Telerik RadChart control. I'm having the following issue: The number is not displayed for the first and last columns/series. When I have less columns, everything works great, as in the following…
Cod Fish
  • 917
  • 1
  • 8
  • 37
0
votes
1 answer

RadCartesianChart didn't drawn because of null values for some points

I use Telerik RadCartesianChart, Its ItemSource binding on ObservableCollection. For example it has 3 Items: Value 1 = 10 Value 2 = null value 3 = 20 Its StrokeMode ="AllButPlotLine" , The line didn't drawn because of the null value. Can I draw…
Samar ElFwakhry
  • 59
  • 1
  • 1
  • 9
0
votes
1 answer

Telerik RadChart tooltip not working

I want to display the amount in y-axis when I put the mouse on the bar graph.
desprado
  • 136
  • 1
  • 2
  • 13
0
votes
1 answer

Client-side generated charts for use in job for sending reports

Client is asking us for replacement of Telerik's RadChart control with its new HTML5 version - RadHtmlChart. The problem is that all of reporting emails stuff is working on that control because charts are generated on server side and it's fine to…
mrzepa
  • 635
  • 7
  • 17
0
votes
1 answer

How to set the Y-Axis Label of radChart values using List

How can I set the X-Axis labels using radChart as I am getting the IndexOutOfRange Exception I do not what is the reason behaind this. public void setchart() { radChart.Clear(); radChart.BringToFront(); radChart.ChartTitle.TextBlock.Text =…
Nosheen Javed
  • 175
  • 1
  • 5
  • 21
0
votes
1 answer

Add new attribute to "ColumnSeries" tag in RadHtmlChart (Telerik)

I would like to know how to add custom attribute to the ColumnSeries attribute of RadHtmlChart control from Telerik? I then want to access this attribute in code behind of asp.net page to set the Value but I don't to show the value of…
0
votes
1 answer

How to add horizontaly aligned static text on the Y axis of a Telerik chart

I have a telerik RadCartesianChart and i just want to add horizontaly aligned static text on the Y axis of the chart. Below is the chart xaml`
StackTrace
  • 9,190
  • 36
  • 114
  • 202
0
votes
1 answer

Telerik Rad Chart shows blurred black image

I am using Telerik Rad Chart in my WPF application to plot some graph. The problem is when there is no data the chart shows a blurred black image. Is there any way to get around so that the graph does not show this image when the data is not…
Shrewdroid
  • 800
  • 1
  • 10
  • 31
0
votes
1 answer

Telerik Rad Chart Have extra space between legends and bars

I am using telerik RadChat control of bar type. My Problem is that it have lot of space between the bar and the legends. Does anyone have solution, have i can remove this extra space. I tried below, …
user1173233
0
votes
1 answer

Telerik RadChart axis non-alignment issue

I am trying to make a bar chart using Telerik RadChart. I have an issue where the labels are not aligning correctly with the bar charts. Here is a picture to show what I mean. As you can see the labels start before the bar chart. Here is the code…
Ayohaych
  • 5,099
  • 7
  • 29
  • 51