This question is locked. New answers and comments are not allowed.
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, for instance, 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
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, for instance, 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