This question is locked. New answers and comments are not allowed.
Hi all.
I am having some issues while configuring xAxis on radchart,
First of all I would like to set time range in xAxis on a defined interval. Ok. I can perform that easy. I am struggling is how to configure range tickets.
Until now it seems unable to do so.
this is how I have it defined. However my chart appears with only 2 points: StartPeriod and EndPeriod. Where am I missing?
Besides that, I also have a lot of info with value '0'; However it happens that my 0 values are being shown.
Harder than that is when I zoom on a interval where there is no sample data, it seems to break the chart and Just can't recover it. I already have set a post on this issue, but I am unsure if talking of same thing.
http://www.telerik.com/community/forums/silverlight/chart/exception-when-add-marked-zone-but-data-has-only-zero-points.aspx
Is someone that can help me out?
Thanks.
I am having some issues while configuring xAxis on radchart,
First of all I would like to set time range in xAxis on a defined interval. Ok. I can perform that easy. I am struggling is how to configure range tickets.
Until now it seems unable to do so.
<
telerik:ChartArea
Margin
=
"0 10 10 10"
SmartLabelsEnabled
=
"True"
NoDataString
=
"Sem Informação para mostrar"
>
<
telerik:ChartArea.ZoomScrollSettingsX
>
<
telerik:ZoomScrollSettings
ScrollMode
=
"ScrollAndZoom"
/>
</
telerik:ChartArea.ZoomScrollSettingsX
>
<
telerik:ChartArea.AxisX
>
<
telerik:AxisX
IsDateTime
=
"True"
AutoRange
=
"False"
MinValue
=
"{Binding Path=StartPeriod, Mode=TwoWay}"
MaxValue
=
"{Binding Path=EndPeriod, Mode=TwoWay}"
Step
=
"{Binding Path=Step, Mode=TwoWay}"
LayoutMode
=
"Auto"
DefaultLabelFormat
=
"{Binding Path=LabelFormat, Mode=TwoWay}"
/>
</
telerik:ChartArea.AxisX
>
Besides that, I also have a lot of info with value '0'; However it happens that my 0 values are being shown.
Harder than that is when I zoom on a interval where there is no sample data, it seems to break the chart and Just can't recover it. I already have set a post on this issue, but I am unsure if talking of same thing.
http://www.telerik.com/community/forums/silverlight/chart/exception-when-add-marked-zone-but-data-has-only-zero-points.aspx
Is someone that can help me out?
Thanks.