Skip to content

Commit 9ee89de

Browse files
Removed the json and updated the label format
1 parent 37e7e07 commit 9ee89de

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Synchronize_Trackball/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</chart:SfChart.Behaviors>
2525

2626
<chart:SfChart.PrimaryAxis>
27-
<chart:DateTimeAxis ShowTrackBallInfo="True" x:Name="axis" LabelFormat="MM/dd/yy" />
27+
<chart:DateTimeAxis ShowTrackBallInfo="True" x:Name="axis" LabelFormat="MMM-dd" />
2828
</chart:SfChart.PrimaryAxis>
2929

3030
<chart:SfChart.SecondaryAxis>
@@ -43,7 +43,7 @@
4343
</chart:SfChart.Behaviors>
4444

4545
<chart:SfChart.PrimaryAxis>
46-
<chart:DateTimeAxis ShowTrackBallInfo="True" LabelFormat="MM/dd/yy"/>
46+
<chart:DateTimeAxis ShowTrackBallInfo="True" LabelFormat="MMM-dd"/>
4747
</chart:SfChart.PrimaryAxis>
4848

4949
<chart:SfChart.SecondaryAxis>

Synchronize_Trackball/MainWindow.xaml.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ public void DeactivateTrackball()
8989
{
9090
IsActivated = false;
9191
}
92-
93-
// This method is overriden to improve perfomance by preventing the mouse position calculation which we have done already.
94-
protected override void OnMouseMove(MouseEventArgs e)
95-
{
96-
}
9792
}
9893

9994
public class Data

0 commit comments

Comments
 (0)