Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
738 views

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): ...
1
vote
1answer
96 views

.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 ...
1
vote
2answers
136 views

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 ...
1
vote
1answer
555 views

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 ...
1
vote
0answers
151 views

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 ...
0
votes
1answer
57 views

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 ...
0
votes
2answers
101 views

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
1answer
96 views

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 ...
0
votes
1answer
136 views

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 ...
0
votes
0answers
179 views

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 ...
0
votes
1answer
117 views

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 ...
0
votes
1answer
106 views

Bind from inside template

I got a Telrik:RadChart which is bound to a ObservableCollection. For this I got a template for the charts legend item, containing a CheckBox. The IsChecked property of this checkbox I wish to bind ...
0
votes
0answers
74 views

Weird behavior on Windows 2008 Server causing 'A generic error occurred in GDI+' error

I've got an ASP.NET WebForms application running on Windows Server 2008 R2 x64, which uses an older version of RadControls and have an odd problem. When accessing a page that is using RadChart, I get ...
0
votes
1answer
682 views

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 ...
0
votes
2answers
239 views

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 ...
0
votes
1answer
403 views

Disable Point Marks and Item Labels in WPF RadChart

How can I turn off Point Marks and Item Labels in WPF RadChart?
0
votes
0answers
1k views

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 ...
0
votes
2answers
2k views

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 ...
0
votes
1answer
345 views

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 ...
0
votes
1answer
4k views

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 ...
0
votes
2answers
670 views

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. ...