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
1
vote
1 answer

Telerik + RadChart: How to call a Server side Method on ClientSeriesClick Event

I have implemented a module where i am using telerik red bar chart.And i want to generate another bar graph on click on bar of existing chart i.e there are two charts one is shown on page load and second is detailed one which is shown after click on…
Shian JA
  • 848
  • 4
  • 15
  • 52
1
vote
1 answer

How to position out a label inside RadHtmlChart

I am using Telerik version 2013. I want to display y values, for example, 4, 6, 5, 12, and 4 inside a RadChart. How can I do that? Currently, my output is like: ASPX code:
Ajay
  • 643
  • 2
  • 10
  • 27
1
vote
1 answer

How can i display my pieseries item name inside RADCHART

I have pieseries items as item1,item2,item3,item4 and item5.I had attached an image of the below code.How can i display my pieseries item name inside chart? CODE:
Ajay
  • 643
  • 2
  • 10
  • 27
1
vote
0 answers

Change Y Axis values in RadHtmlChart

I have a chart presenting time spent on using an application in different days of week. I populate the chart with an array of decimals, which are seconds of time spent. The values can be like 10, 15, 45 but also 120, 250, 600 or even 48000 depending…
KG_
  • 36
  • 5
1
vote
1 answer

Telerik Rad Bar Chart not plotting data

I'm trying to create a clustered bar chart using Rad Chart. My data model looks very simple. Name: string CurrencyValue: decimal Count: int
ExceptionLimeCat
  • 6,191
  • 6
  • 44
  • 77
1
vote
1 answer

How to put show an outline for each chart series in a RadChart?

I'm trying to customize the appearance of an ASP Web Forms RadChart where the series have FillType = Solid while still allowing visibility of the lesser point values behind larger ones. What I really want is each series to have an outline placed on…
retrodrone
  • 5,850
  • 9
  • 39
  • 65
1
vote
2 answers

How to format values within the data point tooltips in a RadChart?

I want to format the display of numeric values in an ASP.NET RadChart's tooltips. For example, instead of showing 100000, I want the text to read "1.0e5". For the axes, the property to set is as…
retrodrone
  • 5,850
  • 9
  • 39
  • 65
0
votes
1 answer

Why does my RadChart StackedBarChart not stack the bars to match the Y-Axis?

I am using Telerik RadChart controls for Silverlight with Silverlight 4.0. I have a problem, due I think to the variance in my data sets, which causes my larger stacked bars to be clipped within the ChartArea. No problem, I thought, I can just loop…
Blanthor
  • 2,568
  • 8
  • 48
  • 66
0
votes
2 answers

How to set width in percents for Telerik RadChart for Asp.Net Ajax?

How can I resize the RadChart of Telerik for asp ajax to the full width of the screen?
0
votes
2 answers

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…
Bobby Borszich
  • 11,639
  • 9
  • 37
  • 35
0
votes
1 answer

What is the flow of the zooming and scrolling event fired in Telerik Radchart Control?

I am using zooming and scrolling in a Radchart, the Step size is recalculated in the event fired on Scrolling or Zooming. The problem is: I don't know when does and how many times this event gets fired ? In my application it is called many times…
teenup
  • 7,459
  • 13
  • 63
  • 122
0
votes
1 answer

Setting the background color of the plot area of Telerik RadChart

I have the need to programmatically change the background color of the plot area of a line chart in the Telerik RadChart control in a Silverlight 4 application. I also need to be able to change the size and visibility of the PointMarker on a line…
Jim Reineri
  • 2,830
  • 3
  • 31
  • 32
0
votes
2 answers

Silverlight Telerik Visual Studio 2010 SP1 bug

Silverlight application doesn't work on my machine anymore. Screenshot: When I run the application the window becomes white. I copied following exception message from IE developer tools console (FF doesn't work either): Code: 4004 Category:…
denis_n
  • 783
  • 8
  • 29
0
votes
1 answer

How do I add a Vertical Scrollbar to Telerik RadLegendControl within RadCartesianChart?

I am developing a program within UWP that will have the ability to chart data on-screen, and must support the potential that a user may want to chart a large number of series on it. The Chart that I am using is Telerik's RadCartesianChart and I am…
Deluril
  • 13
  • 1
  • 5
0
votes
1 answer

Email Nativescript Chart

I am working on a nativescript(using javascript)mobile application and using RadChart on one of the pages. I need to be able to open these chart on the default email client on the click of a button for user to be able to mail them. I did see that…
Arthi
  • 17
  • 3