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

Exception occur by high values

1 Answer 41 Views
Chart
This is a migrated thread and some comments may be shown as answers.
müller
Top achievements
Rank 1
müller asked on 02 Dec 2011, 10:53 AM
Hi,
if you try to do something like this then a exception occure. Why?
<chart:RadChart x:Name="RadChart1">
            <chart:RadChart.DefaultView>
                <charting:ChartDefaultView ChartLegendPosition="Top">
                    <charting:ChartDefaultView.ChartLegend>
                        <charting:ChartLegend x:Name="PrimaryLegend" Header="Click on country to hide/show:" LegendItemMarkerShape="Square"  Foreground="Black" HeaderFontWeight="Normal" FontFamily="Segoe UI" />
                    </charting:ChartDefaultView.ChartLegend>
                    <charting:ChartDefaultView.ChartArea>
                        <charting:ChartArea Padding="5,10,20,5" LabelFormatBehavior="None" LegendName="PrimaryLegend">
                            <charting:ChartArea.AxisY>
                                <charting:AxisY ExtendDirection="None"  />
                            </charting:ChartArea.AxisY>
                            <charting:ChartArea.DataSeries>
                                <charting:DataSeries LegendLabel="EU-27">
                                    <charting:DataSeries.Definition>
                                        <charting:LineSeriesDefinition ItemLabelFormat="0.#" >
                                            <charting:LineSeriesDefinition.LabelSettings>
                                                <charting:LabelSettings ShowConnectors="True" />
                                            </charting:LineSeriesDefinition.LabelSettings>
                                        </charting:LineSeriesDefinition>
                                    </charting:DataSeries.Definition>
                                    <charting:DataPoint YValue="30e30" XValue="1998" />
                                    <charting:DataPoint YValue="1" XValue="1999" />
                                </charting:DataSeries>
                            </charting:ChartArea.DataSeries>
                        </charting:ChartArea>
                    </charting:ChartDefaultView.ChartArea>
                </charting:ChartDefaultView>
            </chart:RadChart.DefaultView>
        </chart:RadChart>

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 07 Dec 2011, 08:56 AM
Hi Müller,

Unfortunately the current version of RadChart does not support such large values. Nevertheless, our developers have been notified of your feedback and will consider extending the support for very large values for future versions of the control.

All the best,
Nikolay
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
Chart
Asked by
müller
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or