ChartTrackBallBehavior for iOS and Android

In our UWP app, this simple code below adds a vertical line which follows mouse movement on the chart (see attached). My question is this: IsChartTrackBallBehavior supported for Xamarin.Forms to be used w/iOS and Android?

Thx!
 
            <syncfusion:SfChart x:Name="chartGrowth" Grid.Row="1" Grid.Column="0">
                <syncfusion:SfChart.Behaviors>
                    <syncfusion:ChartTrackBallBehavior LabelDisplayMode="NearestPoint">
                        <syncfusion:ChartTrackBallBehavior.LineStyle>
                            <Style TargetType="Line">
                                <Setter Property="Stroke"          Value="Gray"/>
                                <Setter Property="StrokeDashArray" Value="1,2"/>
                                <Setter Property="StrokeThickness" Value="1"/>
                            </Style>
                        </syncfusion:ChartTrackBallBehavior.LineStyle>
                    </syncfusion:ChartTrackBallBehavior>
                </syncfusion:SfChart.Behaviors>



Attachment: Capture_d18050d2.zip

1 Reply

LR Lakshmi Radha Krishnan Syncfusion Team January 25, 2018 01:00 PM UTC

Hi Berk, 
  
Thanks for using Syncfusion product. 
  
We have trackball support in Xamarin.Forms Chart as well. Please refer the following user guide to learn about the configurations of trackball.  
  
  
Note: Trackball will be activated once you long-press anywhere on the chart area. Once it is activated, it will appear in the UI and move based on your touch movement until you stop touching on the chart. 
  
Please let us know, if you need further assistance on this. 
  
Regards, 
Lakshmi R. 
 


Loader.
Up arrow icon