Hi Team,
We have used ChartView Control in our sample application. Here we used ZoomandScroll & Trackball behavior.ZoomandScoll behavior is not working as expected. Even we try to change the style for zoom selection
but its not working.
We can share a sample code for your reference if you want.
Please try to solve above issues, blocking us to use ZoomandScroll feature.
<Style TargetType="chartView:RadChartBase">
<Setter Property="DragZoomBorderStyle">
<Setter.Value>
<Style TargetType="Border">
<Setter Property="BorderBrush" Value="Green" />
<Setter Property="BorderThickness" Value="5" />
<Setter Property="Background" Value="Red" />
</Style>
</Setter.Value>
</Setter>
</Style>
Thanks & Regards,
Vijay