This is a migrated thread and some comments may be shown as answers.

where are the DETAIL docs?

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Gary Blakely
Top achievements
Rank 1
Gary Blakely asked on 10 Mar 2010, 05:32 PM
I have been using your /help pages to read about how to use the various controls.  Right now I'm working with the RadChart.  Although there are some examples that are instructive I find a need for detail docs on the various classes and objects such as we have with MSDN. 

For instance I see how to roughly use SeriesMapping because there is an example that uses it and I can create a SeriesMapping/ItemMapping object and see that intellisense has a one line description for the properties, methods, and events.  But is there a discussion of the methods somewhere?

In your "Create a Data Bound Chart" section I see how you are using the seriesMapping object to setup a chart but it leaves me wondering how I would set the X-Axis to a specific max value.

In your next example "Create a line chart with Static Data" you are using radChart.DefaultView.ChartArea.AxisX.MaxValue = 12 to accomplish this.  It looks like there are two different ways in which to setup a chart: SeriesMapping and RadChart.DefaultView....

I wonder which one is best.
Although I am using examples from RadChart, this is really more a question about the documentation in general which is why I'm posting it both in general and radchart sections.  Does such documentation exist or am I just missing it?
Thanks,
Gary


1 Answer, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 16 Mar 2010, 06:57 AM
Hi Gary Blakely,

The best approach to populate the RadChart control is using the ItemsSource property together with series mappings. This approach enables using of zooming and scrolling, sorting, filtering, grouping and aggregation. As you can see from most of our examples we try to use that approach.

About the Axis - usually you would want to leave the default setting AutoRange=true and the axis will configure itself according to the data series you have. It will find the min and max values across all series, and choose a reasonable step. In certain cases you can turn this automatic logic off and manually set the axis min, max and step.

We understand that some of these concepts are not ideally explained for customers who are new to charts and we take your feedback seriously. We will do our best to improve our help not only with "hows" but with explanations of "why" a certain setting is more appropriate etc. etc.

Best wishes,
Vladimir Milev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Gary Blakely
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Share this question
or