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

[Solved] using StripLinesVisibility property

2 Answers 118 Views
Chart for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nazia
Top achievements
Rank 1
Nazia asked on 19 Jul 2012, 09:19 AM
Hi,

I am using StripLinesVisibility = "X" in bar chart.

 

<telerik:RadCartesianChart.Grid>

<!--<telerik:CartesianChartGrid MajorLinesVisibility="XY" MajorXLinesRenderMode="All" MajorYLinesRenderMode="All" />-->

<telerik:CartesianChartGrid MajorLinesVisibility="None" StripLinesVisibility="X" />

</telerik:RadCartesianChart.Grid>


When I use like this, it crashes the app. I am able to show the gridlines but strip lines are not working.

Let me know where I am going wrong?

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi
Telerik team
answered on 20 Jul 2012, 09:38 AM
Hi Nazia,

Thank you for contacting us and for your question.

I tried to reproduce the issue on my side and weird enough, I reproduced it the first time, then I started debugging it to find the cause and was unable to reproduce it anymore. I took a look at the entire execution path and there are no places that could potentially generate such critical Win32 exception.

Btw I manually killed all the VS Designer processes after the first start because Telerik types were underlined  as "Not recognized". Forcing VS to restart its Designer Process usually fixes the "Not recognized" problem. So, this may or may not be related but you can try it on your side.

I will continue to investigate and try to reproduce a debuggable setup.

Thanks a lot for bringing this to our attention - I have added 1000 Telerik points to your account for your time.

Kind regards,
Georgi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Nazia
Top achievements
Rank 1
answered on 20 Jul 2012, 09:51 AM
Thanks Georgi for your response.



Tags
Chart for XAML
Asked by
Nazia
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Nazia
Top achievements
Rank 1
Share this question
or