Hi,
I've updated from the 14.2.0.28 version to the 14.3.0.49 version and now I see that when I change the number of data points in my chart it also changes the number of grids on the PrimaryAxis (can be a lot and can be none).
I haven't change anything, and I don't change the values that I set in xaml in the code behind.
Not sure why, but it started to happen after the update to the new 14.3.0.49 version.
My xaml:
<syncfusion:SfChart x:Name="chart1" AreaBorderThickness="0" AreaBorderBrush="DarkGray" Margin="0,10,10,10" >
<syncfusion:SfChart.PrimaryAxis>
<syncfusion:NumericalAxis Name="xAxis" LabelsPosition="Outside" EdgeLabelsVisibilityMode="AlwaysVisible" ShowTrackBallInfo="False" LabelFormat="N" EdgeLabelsDrawingMode="Center" DesiredIntervalsCount="8" />
</syncfusion:SfChart.PrimaryAxis>
<syncfusion:SfChart.SecondaryAxis >
<syncfusion:NumericalAxis Name="yAxis" LabelsPosition="Outside" EdgeLabelsVisibilityMode="AlwaysVisible" ShowTrackBallInfo="False" LabelFormat="N" EdgeLabelsDrawingMode="Center" DesiredIntervalsCount="8" />
</syncfusion:SfChart.SecondaryAxis>
<syncfusion:FastLineSeries ItemsSource="{Binding measurments}" Interior="Blue" StrokeThickness="4" SortDirection="Ascending" ListenPropertyChange="True" XBindingPath="X" YBindingPath="Y" />
<syncfusion:SfChart.Behaviors>
<syncfusion:ChartZoomPanBehavior
x:Name="zooming"
EnablePinchZooming="False"
EnableZoomingToolBar="False"
EnableSelectionZooming="False"
EnableMouseWheelZooming="False"
EnablePanning="False"
ResetOnDoubleTap="False"
HorizontalPosition="Right"
ToolBarItemHeight="30"
ToolBarItemWidth="30"
ToolBarItemMargin="5"
ZoomMode="XY" />
</syncfusion:SfChart.Behaviors>
</syncfusion:SfChart>
I've added a sample video to show what I mean.
Am I doing something wrong?
Regards,
Dov.
Attachment:
sample_86689d27.rar