Questions tagged [telerik-charting]

34 questions
0
votes
0 answers

UWP Telerik UI How to add convert into RadCartesianChart's Vertical Axis?

  I had been puzzled for a long time as my RadCartesianChart seems to reject to add a convert above on it's axis.   Here is what I had written:
Chopping
  • 321
  • 1
  • 2
  • 11
0
votes
1 answer

How to add mutiple color kendo UI Chart

I am using Kendo UI Chart, I want to draw a chart with multiple colors. I am using code like: @(Html.Kendo().Chart() .Name("chart") .Title("D I S C") …
0
votes
2 answers

Kendo bar chart does not show data

Struggling to display the data from the Model into the Kendo Bar chart. I want bar chart to display the results as shown in the following figure The controller returns valid data but chart fails to display the data properly. Model is public class…
RAK
  • 273
  • 1
  • 12
0
votes
1 answer

kendoChart: Is there any way to display multiple series of differing value scales using a single valueAxis?

I'm using a single kendoChart to display up to 10 lines of data. Each line represents process data that may have widely different context and min/max ranges, but all lines are related in time, the categoryAxis. When displayed, each valueAxis…
rgray
  • 11
  • 2
0
votes
1 answer

Control color of data points in RadHtmlChart programatically

Can someone help me figure out how to do this? I need to change the color/shape of a datapoint based on a value in the datasource. If a certain value for each datarow is empty, display one shape. Otherwise, default to another shape. I've tried…
Zach
  • 437
  • 3
  • 10
  • 27
0
votes
1 answer

Radchart shrinks inside Radtab

We have 3 tab RadTabStrip and each of the tab has radtabs. We have radchart inside these tabs. The chart gets loaded correctly onload. But it gets shrinked when i move from one tab to other. I have noticed that 'd' attribute in 'path' element…
Selva
  • 976
  • 1
  • 10
  • 23
0
votes
1 answer

How to set telerik chart TrackBall position programatically

I have created a custom control which has Telerik RadCartesianChart. This custom control creates any number of charts based on user dropdown selection. The number of charts on screen can vary but all have same x axis. I added a chart track ball line…
CodingAgent
  • 3
  • 1
  • 5
0
votes
1 answer

When ASP panel expands via CollapsiblePanelExtender telerik radhtmlchart is smaller

I have a Telerik RadHtmlChart inside an asp Panel which uses an ajaxtoolkit CollapsiblePanelExtender. If the panel is collapsed when I assign a datasource to the chart and databind, after the panel expands the chart only fills 1/2 the panel size,…
0
votes
0 answers

Telerik RadCartesian chart ignores global palette change for line series

On changing entries in the palette attached to a Telerik RadCartesianChart a line series always defaults to blue and ignores entries made in the global palette. Code:
Thulani Chivandikwa
  • 3,402
  • 30
  • 33
0
votes
1 answer

can I add link in the columns series RadHtmlChart

I am using Telerik. I want to add a link in the columns series, I use the follow chart: RadHtmlChart. How can I do that? thanks for yours comments.
navarend
  • 161
  • 1
  • 1
  • 10
0
votes
1 answer

Telerik Chart - Duplicate XCategory values in line chart

Image I've got the following data: X Y AAAAA 1 AAAAA 2 BBBBB 3 BBBBB 4 BBBBB 5 CCCCC 6 CCCCC 5 etc Now I want to show them in Line Chart, so that X is X axis, and Y is Y. A set the XCategory to X and YValue to Y. However, I only see…
tobias
  • 1,502
  • 3
  • 22
  • 47
0
votes
1 answer

Refresh Telerik MVC chart using jquery ajax

I'm using jquery ajax to call action method that will return a ViewModel, how can I refresh Telerik chart to display the returned data? Here's what I have so far: Javascript: