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
9
votes
1 answer

Data binding outside the visual tree. Data Context bridging

I am trying to bind a dynamic behavior to a visual element outside the WPF logical and visual trees. My problem is that the RadChart plot color is given in (quasi path): RadChart.SeriesMapping.LineSeriesDefinition.Appearance.Stroke I originally…
Tormod
  • 4,551
  • 2
  • 28
  • 50
6
votes
5 answers

"Error loading RadChart Image" on IIS7

I'm using a Telerik RadChart control on my ASP.NET web application. This works fine when running on localhost, but now the application has been deployed to IIS7 and the following error appears: Why is this? And how can I resolve the issue? I've…
Curtis
  • 101,612
  • 66
  • 270
  • 352
5
votes
1 answer

new ObservableCollection vs adding items in a loop

In terms of speed and the amount of notifications generated, is this code: ObservableCollection foo = new ObservableCollection(bar); this.SomeProperty = foo; the same as: this.SomeProperty = new ObservableCollection(); foreach (var…
ghostJago
  • 3,381
  • 5
  • 36
  • 51
4
votes
2 answers

Disable Point Marks and Item Labels in WPF RadChart

How can I turn off Point Marks and Item Labels in WPF RadChart?
breethe
  • 613
  • 1
  • 6
  • 18
3
votes
1 answer

How to Hide or Remove Zero values in line series RadChart

I'm using Radchart,i want to remove the line series which is showing value zero.Is there any possible way to hide or remove the value showing zero.Please provide any solution or code. Thanks in Advance.
Dinesh Haraveer
  • 1,784
  • 3
  • 31
  • 54
2
votes
1 answer

How to write quarters on X-Axis labels in Telerik's RadChart?

I am using the Telerik's RadChart control that displays some time-based data on a chart. Timestamp is the X-axis dimension. The control lets me set the label format for that axis, and that's the same format used by DateTime.ToString() method. For…
Kornelije Petak
  • 9,412
  • 15
  • 68
  • 96
2
votes
2 answers

Hours labelling for RadChart

I'm trying to use Telerik's RadChart (Spline) on WP7 to display the hourly temperature forecast. I'm having a hard time finding information on how to set the horizontal-axis to group by hour. The examples project contains a chart grouped by month,…
Adam Anderson
  • 339
  • 3
  • 14
2
votes
1 answer

Styling RadChart

I am trying to style a RadChart. It is a bargraph and I want to change the default colors of the bars. So I used the RadChart.PaletteBrushes and defined SolidBrush colors(Found this method in the following link :…
Sangeetha
  • 485
  • 2
  • 9
  • 24
2
votes
1 answer

RadChart - ToolTip for X axis itself - Telerik

I'm working on a WPF application and using the RadChart control. I'm familiar with the ItemToolTipFormat and DataPointMember="Tooltip" features, but I wonder if the following is possible: I've attached an image for demonstration: Is it possible…
Cod Fish
  • 917
  • 1
  • 8
  • 37
2
votes
0 answers

Data is not binding to RadBarChart in silverlight

I am creating RadBarChart in silverlight. If I hardcode the Yvalue and XCategory values in the same class then the chart shows correct data. Below is the method I am calling after Initializecomponent() method in Sample.cs class. public void…
Kavitha
  • 1,447
  • 2
  • 22
  • 37
1
vote
1 answer

Telerik silverlight chart Unexpected date output for X-axis labels

So I'm binding a list of custom business objects to a Rad chart, for this instance, an overview of monthly revenue for a year. The dates that I'm setting for the X-axis Label aren't rendered as what I've set them at all. Here's my basic code, you…
PercivalMcGullicuddy
  • 5,263
  • 9
  • 46
  • 65
1
vote
2 answers

Telerik RadChart labeling and positioning

I'm new to Telerik Chart controls and I have some minor problems: (1) I want to set the (1, 2, 3, 4) in the horizontal axis into ("a", "b", "c", "d") (2) The legend stays at the top of the chart Please tell me how to do it.
Hoang Lam
  • 434
  • 1
  • 8
  • 24
1
vote
1 answer

.Net Chart control with logarithmic scale on the X-axis

For a project we are using the Telerik RadChart control to display a graph on a website. At the moment the X-axis follows a normal scale but we would like to change that to a logarithmic scale. As far as we can tell the control does not allow…
David
  • 33
  • 3
1
vote
0 answers

Telerik RadChart autosize x-axis labels (non-numeric)

I have DataBind(ed) a RadChart, and the x-axis values are non-numeric (text). I have already added XAxis-Appearance-LabelAppearance-RotationAngle="45" to better display the x-axis labels. I am unable to find a way to make the space that contains…
DM1
  • 11
  • 1
  • 2
1
vote
0 answers

Unable to view RadChart data when RadScheduleView placed in the same view

I have a screen in which i am required to place both RadChart and RadScheduleView . RadChart has some data associated with it, and RadScheduleView has no data. When I add the reference for RadScheduleView , which is…
Sangeetha
  • 485
  • 2
  • 9
  • 24
1
2 3 4 5