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

Bug - axis ranging

1 Answer 58 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dragon Curve
Top achievements
Rank 1
Dragon Curve asked on 04 Sep 2010, 05:38 AM
Hi there,

I'm using the latest internal build (2010.2 0903) - also tried 2010.2 0812, the following causes issues with the axis:

<telerik:RadChart Name="DailyChart" Height="274" VerticalAlignment="Top" BorderThickness="0"

 

 

 

Background="#00000000" AxisForeground="White" Margin="0, 0, 0, 10" Visibility="Collapsed">

 

 

 

 

<telerik:RadChart.DefaultSeriesDefinition>

 

 

 

 

<telerik:SplineSeriesDefinition ShowItemLabels="False" ShowItemToolTips="True" />

 

 

 

 

</telerik:RadChart.DefaultSeriesDefinition>

 

 

 

 

<telerik:RadChart.DefaultView>

 

 

 

 

<telerik:ChartDefaultView>

 

 

 

 

<telerik:ChartDefaultView.ChartArea>

 

 

 

 

<telerik:ChartArea>

 

 

 

 

<telerik:ChartArea.AxisY>

 

 

 

 

<telerik:AxisY AutoRange="False" MinValue="0" MaxValue="1" Step="0.2" />

 

 

 

 

</telerik:ChartArea.AxisY>

 

 

 

 

</telerik:ChartArea>

 

 

 

 

</telerik:ChartDefaultView.ChartArea>

 

 

 

 

</telerik:ChartDefaultView>

 

 

 

 

</telerik:RadChart.DefaultView>

 

 

 

 

<telerik:RadChart.PaletteBrushes>

 

 

 

 

<SolidColorBrush Color="RoyalBlue" />

 

 

 

 

</telerik:RadChart.PaletteBrushes>

 

 

 

 

</telerik:RadChart>

 


Note the auto range and step in the axis.  Looks fine in design mode, but when rendering the real chart it doesn't show the top value (1).  If I change the step to just about anything else (0.25, 0.1, anything) it works fine, so it looks like a bug.

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 08 Sep 2010, 04:21 PM
Hi,

Unfortunately, we confirm that the chart doesn't show the top value (1) when Step="0.2". I have logged this issue in our Public Issue Tracking system and you can track its progress when you log into your account.

Please accept our apologies. You can find your Telerik points updated.

All the best,
Evgenia
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
Chart
Asked by
Dragon Curve
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or