This question is locked. New answers and comments are not allowed.
Hi,
I am using StripLinesVisibility = "X" in bar chart.
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?