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

2013 Q2 release ChartView Customize Features

1 Answer 23 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bipin
Top achievements
Rank 1
Bipin asked on 24 Jun 2013, 07:48 AM
Hi,
 I am looking for two features are which are available in other third party controls.
Please check below links

Drag To Pan Control
http://www.scichart.com/Abt.Controls.SciChart.SL.ExampleTestPage.html#/Abt.Controls.SciChart.Example;component/Examples/IWantTo/ZoomAndPanAChart/MouseDragToPan.xaml

Custom Annotation Dynamically
http://www.scichart.com/Abt.Controls.SciChart.SL.ExampleTestPage.html#/Abt.Controls.SciChart.Example;component/Examples/IWantTo/AnnotateAChart/CreateAnnotationsDynamically/CreateAnnotationsDynamically.xaml

Please let us know whether it is supported in your latest release Q2.

Also can you provide me the sample source code (entire project) of smoothscrolling

http://demos.telerik.com/silverlight/#ChartView/SmoothScrolling

Thanks
Bipin Dalbhide
Clarice Technologies.

1 Answer, 1 is accepted

Sort by
0
Petar Kirov
Telerik team
answered on 26 Jun 2013, 06:58 PM
Hi Bipin,

With the Q2 2013 release we have added both of these feature to our RadChartView control. You can use them like this:
<telerik:RadCartesianChart x:Name="chart">
 <telerik:RadCartesianChart.Annotations>
    <telerik:CartesianCustomLineAnnotation HorizontalFrom="1" HorizontalTo="2"
                               VerticalFrom="2" VerticalTo="3" />
 </telerik:RadCartesianChart.Annotations>
              
 <telerik:RadCartesianChart.Behaviors>
    <telerik:ChartPanAndZoomBehavior DragMode="Pan"/>
 </telerik:RadCartesianChart.Behaviors>


I have attached a standalone version of the Smooth Scrolling example as your requested.

I hope this helps.

Regards,
Petar Kirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>


Tags
General Discussions
Asked by
Bipin
Top achievements
Rank 1
Answers by
Petar Kirov
Telerik team
Share this question
or