Questions tagged [telerik-charting]
34 questions
2
votes
0 answers
Telerik Chart UI is slow with 1000 values
So, I have simple xaml (UWP) page with telerik chart:

Alamakanambra
- 5,845
- 3
- 36
- 43
2
votes
2 answers
KendoUI Bar chart not working in IE8
I have a page with 3 charts from kendo ui, and only one its not loading in IE8, the chart that im having problem is the bar chart with this configuration:
$(elementName).kendoChart({
seriesDefaults: {
type: "column",
stack:…

Raphael Lima
- 179
- 1
- 14
1
vote
1 answer
TelerikChart Width
Is there a way to make a TelerikChart which nested inside TileLayoutItem to be 100% width of the Content?
Following isn't working, (the chart is being cut at the right end)
…

IlanKogan
- 137
- 1
- 9
1
vote
1 answer
How to bind list of object from razor code behind to Kendo chart in cshtml
I'm trying to bind data from my Razor Code-behind page to my .cshtml file, to load the Kendo chart. What I'm trying to achieve is have the male and female counts in the bar with the X-axis being the admission term and the Y-axis being the count of…

ANB
- 33
- 3
1
vote
0 answers
Editing Chart Labels on Nativescript
I am developing a mobile application and currently working with charts (ScatterSeries to be more precise). By default, Nativescript shows the X and Y coordinates of Labels (showLabels="true"). Instead of this, I would like to display something…

DeathStar
- 11
- 1
1
vote
0 answers
Telerik RadChart: add chart dynamically to Window object
First of all, I don´t know nothing about Visual Studio and C#(I´m using Visual Studio 2017).
I´m trying to follow the example from "Telerik" documentation website. It´s a WPF exeample( just for contextualize this ). But, the fact is I´m not able to…

Andre Carneiro
- 708
- 1
- 5
- 27
1
vote
0 answers
How to Display LineSeries Chart with Point in telerik in Xamarin forms?
Please help me for display Point in LineSeries in Telerik chart.
Like this...
in this chart :

Pratik
- 720
- 4
- 20
1
vote
1 answer
Telerik RadChart ChartImage.axd 403
We use telerik radchart for charting in our app, we've been using it for some time and recently upgraded to 2013.2.717.40 in our app (which was the most recent version our expired subscription had).
Since then, we get a 403 error when using a chart…

THEMike
- 1,701
- 2
- 17
- 28
1
vote
1 answer
Telerik Reporting Graph
I'm trying to evaluate 2 reporting tools, SQL reporting and Telerik reporting, One of the thing my report should create are some charts. Here comes my problem. I would like to get a line chart that looks like this one created on my RDLC that is how…

Raphael
- 1,677
- 1
- 15
- 23
1
vote
1 answer
Binding issue WPF
I am new at WPF and of course I faced some issues with Bindings.
I have initialized RadCartesianChart and I want display data from different type of category lists. For each of those lists I want different color, but I fail to Bind Fill property to…

Bill Gates
- 11
- 1
1
vote
0 answers
Telerik ASP.Net Chart Control doesnt render properly if its placed on a SharePoint Modal Dialog Box
I have developed a Chart Webpart which uses Telerik ASP.Net Chart Control. When a user clicks on the chart, I have placed a script which opens another Modal Dialog box with the same Chart Control but with bigger width and height. This works…

user1758631
- 11
- 1
0
votes
1 answer
How to properly handle data using asynchronous service with silverlight and telerik charts
I have a silverlight application using telerik charts.
In my view I have the chart in xaml. In the code behind of the view I have something like this:
public partial class MyView : UserControl
{
private MyViewModel viewModel;
public…

dtc
- 10,136
- 16
- 78
- 104
0
votes
0 answers
Telerik RadChart Not showing when there is 2 charts
Is it possible to have multiple charts on one page? When I try both charts don't want to display. There maybe something I am missing on the layout? The charts work find individually if they are the only chart on the page.

dstineback
- 103
- 2
- 4
0
votes
1 answer
Telerik MVC Chart - Bind to JSON
How do I bind a Telerik ASP.Net MVC Chart (not the Kendo for jQuery version ) to JSON? For example, I would like to bind the following chart (Note: the series are stubbed out with dummy data for now, but hopefully you get the idea) to a JavaScript…

BeYourOwnGod
- 2,345
- 7
- 30
- 35
0
votes
1 answer
How to create a chart with static parameters
I am trying to create a telerik reporting doughnut chart. The problem is, my values aren't in the format expected.
My data looks like this:
{ GoodHours: 120, Downtime: 43.5, PlannedTime: 12.77 }
It seems the way the charts are set up is to expect…

Matthew Goulart
- 2,873
- 4
- 28
- 63