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

Hand cursor in chart area

6 Answers 77 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Nidhi
Top achievements
Rank 1
Nidhi asked on 16 Sep 2011, 06:16 AM
Hey,
I want to show Hand cursor in whole chart area. I have set the cursor property but its not working.
Please send me the code snippet to implement it.

Thanks in advance...

Nidhi :)


Please help me on this.. Is it possible or not?

6 Answers, 1 is accepted

Sort by
0
Accepted
Sia
Telerik team
answered on 20 Sep 2011, 09:34 AM
Hello Nidhi,

Please try the following:
<telerik:RadChart Name="Chart">
    <telerik:RadChart.DefaultView>
        <telerik:ChartDefaultView>
            <telerik:ChartDefaultView.ChartArea>
                <telerik:ChartArea Cursor="Hand" />
            </telerik:ChartDefaultView.ChartArea>
        </telerik:ChartDefaultView>
    </telerik:RadChart.DefaultView>
</telerik:RadChart>

and let us know whether this is what you need.

Best wishes,
Sia
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Nidhi
Top achievements
Rank 1
answered on 20 Sep 2011, 09:46 AM

See in below code snippet but itsn't showing..

 

 

<telerik:RadChart x:Name="DrillDownChart" Grid.Row="0" ItemsSource="{Binding ChartData}" SeriesMappings="{Binding ChartSeriesMappings}" DataContext="{Binding}" BorderThickness="0" BorderBrush="Transparent" >

<telerik:RadChart.DefaultView >

  <telerik:ChartDefaultView ChartLegendPosition="Right">  

<telerik:ChartDefaultView.ChartArea>

  <telerik:ChartArea Cursor="Hand" Height="100" Width="100">

<telerik:ChartArea.AxisX>

<telerik:AxisX AxisLabelsVisibility="Collapsed"/>

</telerik:ChartArea.AxisX>

 <telerik:ChartArea.AxisY>

<telerik:AxisY PlotAreaAxisLabelsVisibility="Collapsed" AxisLabelsVisibility="Collapsed"/>

</telerik:ChartArea.AxisY>

</telerik:ChartArea>

</telerik:ChartDefaultView.ChartArea>
</telerik:ChartDefaultView>

</telerik:RadChart.DefaultView>

</telerik:RadChart>
Regards,
Nidhi

0
Nidhi
Top achievements
Rank 1
answered on 21 Sep 2011, 10:06 AM
Hi,

Any update on it... If this issue exist in RadChart then please update us..

Thanks,
Nidhi
0
Sia
Telerik team
answered on 22 Sep 2011, 04:33 PM
Hello Nidhi,

Can you please tell us which is the version of our binaries that you use in your application?
Please try our latest Service Pack which came live yesterday and confirm that your problem still exists. 

Best wishes,
Sia
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Nidhi
Top achievements
Rank 1
answered on 23 Sep 2011, 10:10 AM
We are using 2011.1.0315.1040

Anyways, we are installing service pack..
Hope, this problem will be solved...

Thanks,
Nidhi
0
Evgenia
Telerik team
answered on 28 Sep 2011, 12:25 PM
Hello Nidhi,

This is to inform you that I tried setting RadChart1.DefaultView.ChartArea.Cursor = Cursors.Hand; in a sample project with Q2 SP1 binaries (2011.2.920) and the Hand Cursor is shown as expected. Whether you are still facing this issue with the binaries I mentioned I suggest that you send us your sample project so that we can inspect it locally and get back to you with our findings/suggestions.

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