Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EzhilarasanElangovan31 committed Oct 29, 2024
1 parent 427be51 commit 04575f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DisplayTrackballValues/DisplayTrackballValues/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<chart:DateTimeAxis Interval="2" EdgeLabelsVisibilityMode="AlwaysVisible"/>
</chart:SfCartesianChart.XAxes>

<chart:SfCartesianChart.YAxes>
<chart:NumericalAxis/>
</chart:SfCartesianChart.YAxes>

<chart:SfCartesianChart.TrackballBehavior>
<chart:ChartTrackballBehavior ShowLabel="False"/>
</chart:SfCartesianChart.TrackballBehavior>
Expand Down

0 comments on commit 04575f3

Please sign in to comment.