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 24
24
</chart : SfChart .Behaviors>
25
25
26
26
<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 " />
28
28
</chart : SfChart .PrimaryAxis>
29
29
30
30
<chart : SfChart .SecondaryAxis>
43
43
</chart : SfChart .Behaviors>
44
44
45
45
<chart : SfChart .PrimaryAxis>
46
- <chart : DateTimeAxis ShowTrackBallInfo =" True" LabelFormat =" MM/dd/yy " />
46
+ <chart : DateTimeAxis ShowTrackBallInfo =" True" LabelFormat =" MMM-dd " />
47
47
</chart : SfChart .PrimaryAxis>
48
48
49
49
<chart : SfChart .SecondaryAxis>
Original file line number Diff line number Diff line change @@ -89,11 +89,6 @@ public void DeactivateTrackball()
89
89
{
90
90
IsActivated = false ;
91
91
}
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
- }
97
92
}
98
93
99
94
public class Data
You can’t perform that action at this time.
0 commit comments