File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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>
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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments