LineDataChart.g.i.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. #pragma checksum "..\..\..\Control\LineDataChart.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3516D16877848A6BF729E5D0D88CD9C6E768E061FF4DF66E7E2E86904FA5D132"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Aitex.Core.UI.Converters;
  12. using SciChart.Charting;
  13. using SciChart.Charting.ChartModifiers;
  14. using SciChart.Charting.Common;
  15. using SciChart.Charting.Common.AttachedProperties;
  16. using SciChart.Charting.Common.Databinding;
  17. using SciChart.Charting.Common.Extensions;
  18. using SciChart.Charting.Common.Helpers;
  19. using SciChart.Charting.Common.MarkupExtensions;
  20. using SciChart.Charting.HistoryManagers;
  21. using SciChart.Charting.Model;
  22. using SciChart.Charting.Model.ChartData;
  23. using SciChart.Charting.Model.ChartSeries;
  24. using SciChart.Charting.Model.DataSeries;
  25. using SciChart.Charting.Numerics;
  26. using SciChart.Charting.Numerics.CoordinateCalculators;
  27. using SciChart.Charting.Numerics.CoordinateProviders;
  28. using SciChart.Charting.Numerics.DeltaCalculators;
  29. using SciChart.Charting.Numerics.TickProviders;
  30. using SciChart.Charting.Themes;
  31. using SciChart.Charting.ViewportManagers;
  32. using SciChart.Charting.Visuals;
  33. using SciChart.Charting.Visuals.Annotations;
  34. using SciChart.Charting.Visuals.Axes;
  35. using SciChart.Charting.Visuals.Axes.DiscontinuousAxis;
  36. using SciChart.Charting.Visuals.Axes.LabelProviders;
  37. using SciChart.Charting.Visuals.Axes.LogarithmicAxis;
  38. using SciChart.Charting.Visuals.PointMarkers;
  39. using SciChart.Charting.Visuals.RenderableSeries;
  40. using SciChart.Charting.Visuals.RenderableSeries.Animations;
  41. using SciChart.Charting.Visuals.Shapes;
  42. using SciChart.Charting.Visuals.TradeChart;
  43. using SciChart.Charting.Visuals.TradeChart.MultiPane;
  44. using SciChart.Core.AttachedProperties;
  45. using SciChart.Core.MarkupExtensions;
  46. using SciChart.Core.Utility.Mouse;
  47. using SciChart.Data.Model;
  48. using SciChart.Data.Numerics;
  49. using SciChart.Drawing;
  50. using SciChart.Drawing.Common;
  51. using SciChart.Drawing.Extensions;
  52. using SciChart.Drawing.HighQualityRasterizer;
  53. using SciChart.Drawing.HighSpeedRasterizer;
  54. using SciChart.Drawing.VisualXcceleratorRasterizer;
  55. using SciChart.Drawing.XamlRasterizer;
  56. using System;
  57. using System.Diagnostics;
  58. using System.Windows;
  59. using System.Windows.Automation;
  60. using System.Windows.Controls;
  61. using System.Windows.Controls.Primitives;
  62. using System.Windows.Data;
  63. using System.Windows.Documents;
  64. using System.Windows.Forms.Integration;
  65. using System.Windows.Ink;
  66. using System.Windows.Input;
  67. using System.Windows.Markup;
  68. using System.Windows.Media;
  69. using System.Windows.Media.Animation;
  70. using System.Windows.Media.Effects;
  71. using System.Windows.Media.Imaging;
  72. using System.Windows.Media.Media3D;
  73. using System.Windows.Media.TextFormatting;
  74. using System.Windows.Navigation;
  75. using System.Windows.Shapes;
  76. using System.Windows.Shell;
  77. namespace Aitex.Core.UI.Control {
  78. /// <summary>
  79. /// LineDataChart
  80. /// </summary>
  81. public partial class LineDataChart : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  82. #line 49 "..\..\..\Control\LineDataChart.xaml"
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  84. internal System.Windows.Controls.ColumnDefinition dataConfigPanelColumn;
  85. #line default
  86. #line hidden
  87. #line 56 "..\..\..\Control\LineDataChart.xaml"
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  89. internal SciChart.Charting.Visuals.SciChartSurface sciChart;
  90. #line default
  91. #line hidden
  92. #line 143 "..\..\..\Control\LineDataChart.xaml"
  93. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  94. internal SciChart.Charting.ChartModifiers.RubberBandXyZoomModifier rubberBandZoomModifier;
  95. #line default
  96. #line hidden
  97. #line 152 "..\..\..\Control\LineDataChart.xaml"
  98. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  99. internal SciChart.Charting.ChartModifiers.LegendModifier legendModifier;
  100. #line default
  101. #line hidden
  102. #line 159 "..\..\..\Control\LineDataChart.xaml"
  103. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  104. internal SciChart.Charting.ChartModifiers.ZoomPanModifier zoomPanModifier;
  105. #line default
  106. #line hidden
  107. #line 162 "..\..\..\Control\LineDataChart.xaml"
  108. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  109. internal SciChart.Charting.ChartModifiers.RolloverModifier rolloverModifier;
  110. #line default
  111. #line hidden
  112. #line 182 "..\..\..\Control\LineDataChart.xaml"
  113. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  114. internal SciChart.Charting.ChartModifiers.MouseWheelZoomModifier mouseWheelZoomModifier;
  115. #line default
  116. #line hidden
  117. #line 193 "..\..\..\Control\LineDataChart.xaml"
  118. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  119. internal SciChart.Charting.Visuals.SciChartLegend legendControl;
  120. #line default
  121. #line hidden
  122. #line 239 "..\..\..\Control\LineDataChart.xaml"
  123. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  124. internal System.Windows.Controls.CheckBox ckAutoZoom;
  125. #line default
  126. #line hidden
  127. #line 247 "..\..\..\Control\LineDataChart.xaml"
  128. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  129. internal System.Windows.Controls.Label warpAxisTopUp;
  130. #line default
  131. #line hidden
  132. #line 248 "..\..\..\Control\LineDataChart.xaml"
  133. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  134. internal System.Windows.Controls.Label pyroAxisTopUp;
  135. #line default
  136. #line hidden
  137. #line 249 "..\..\..\Control\LineDataChart.xaml"
  138. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  139. internal System.Windows.Controls.Label pyroAxisTopDown;
  140. #line default
  141. #line hidden
  142. #line 250 "..\..\..\Control\LineDataChart.xaml"
  143. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  144. internal System.Windows.Controls.Label warpAxisTopDown;
  145. #line default
  146. #line hidden
  147. #line 251 "..\..\..\Control\LineDataChart.xaml"
  148. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  149. internal System.Windows.Controls.Label warpAxisBottomUp;
  150. #line default
  151. #line hidden
  152. #line 252 "..\..\..\Control\LineDataChart.xaml"
  153. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  154. internal System.Windows.Controls.Label pyroAxisBottomUp;
  155. #line default
  156. #line hidden
  157. #line 253 "..\..\..\Control\LineDataChart.xaml"
  158. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  159. internal System.Windows.Controls.Label pyroAxisBottomDown;
  160. #line default
  161. #line hidden
  162. #line 254 "..\..\..\Control\LineDataChart.xaml"
  163. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  164. internal System.Windows.Controls.Label warpAxisBottomDown;
  165. #line default
  166. #line hidden
  167. #line 255 "..\..\..\Control\LineDataChart.xaml"
  168. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  169. internal System.Windows.Controls.Label ReflectAxisTopUp;
  170. #line default
  171. #line hidden
  172. #line 256 "..\..\..\Control\LineDataChart.xaml"
  173. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  174. internal System.Windows.Controls.Label ReflectAxisTopDown;
  175. #line default
  176. #line hidden
  177. #line 257 "..\..\..\Control\LineDataChart.xaml"
  178. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  179. internal System.Windows.Controls.Label ReflectAxisBottomUp;
  180. #line default
  181. #line hidden
  182. #line 258 "..\..\..\Control\LineDataChart.xaml"
  183. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  184. internal System.Windows.Controls.Label ReflectAxisBottomDown;
  185. #line default
  186. #line hidden
  187. private bool _contentLoaded;
  188. /// <summary>
  189. /// InitializeComponent
  190. /// </summary>
  191. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  192. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  193. public void InitializeComponent() {
  194. if (_contentLoaded) {
  195. return;
  196. }
  197. _contentLoaded = true;
  198. System.Uri resourceLocater = new System.Uri("/MECF.Framework.UI.Core;component/control/linedatachart.xaml", System.UriKind.Relative);
  199. #line 1 "..\..\..\Control\LineDataChart.xaml"
  200. System.Windows.Application.LoadComponent(this, resourceLocater);
  201. #line default
  202. #line hidden
  203. }
  204. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  205. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  206. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  207. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  208. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  209. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  210. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  211. switch (connectionId)
  212. {
  213. case 1:
  214. this.dataConfigPanelColumn = ((System.Windows.Controls.ColumnDefinition)(target));
  215. return;
  216. case 2:
  217. this.sciChart = ((SciChart.Charting.Visuals.SciChartSurface)(target));
  218. #line 60 "..\..\..\Control\LineDataChart.xaml"
  219. this.sciChart.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.sciChart_MouseDoubleClick);
  220. #line default
  221. #line hidden
  222. return;
  223. case 3:
  224. #line 99 "..\..\..\Control\LineDataChart.xaml"
  225. ((SciChart.Charting.Visuals.Axes.NumericAxis)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Pyro_MouseEnter);
  226. #line default
  227. #line hidden
  228. #line 99 "..\..\..\Control\LineDataChart.xaml"
  229. ((SciChart.Charting.Visuals.Axes.NumericAxis)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Pyro_MouseLeave);
  230. #line default
  231. #line hidden
  232. return;
  233. case 4:
  234. #line 104 "..\..\..\Control\LineDataChart.xaml"
  235. ((SciChart.Charting.Visuals.Axes.NumericAxis)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Reflect_MouseLeave);
  236. #line default
  237. #line hidden
  238. #line 104 "..\..\..\Control\LineDataChart.xaml"
  239. ((SciChart.Charting.Visuals.Axes.NumericAxis)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Reflect_MouseEnter);
  240. #line default
  241. #line hidden
  242. return;
  243. case 5:
  244. this.rubberBandZoomModifier = ((SciChart.Charting.ChartModifiers.RubberBandXyZoomModifier)(target));
  245. return;
  246. case 6:
  247. this.legendModifier = ((SciChart.Charting.ChartModifiers.LegendModifier)(target));
  248. return;
  249. case 7:
  250. this.zoomPanModifier = ((SciChart.Charting.ChartModifiers.ZoomPanModifier)(target));
  251. return;
  252. case 8:
  253. this.rolloverModifier = ((SciChart.Charting.ChartModifiers.RolloverModifier)(target));
  254. return;
  255. case 9:
  256. this.mouseWheelZoomModifier = ((SciChart.Charting.ChartModifiers.MouseWheelZoomModifier)(target));
  257. return;
  258. case 10:
  259. this.legendControl = ((SciChart.Charting.Visuals.SciChartLegend)(target));
  260. return;
  261. case 11:
  262. this.ckAutoZoom = ((System.Windows.Controls.CheckBox)(target));
  263. #line 239 "..\..\..\Control\LineDataChart.xaml"
  264. this.ckAutoZoom.Checked += new System.Windows.RoutedEventHandler(this.checkAutoRange_Checked);
  265. #line default
  266. #line hidden
  267. #line 239 "..\..\..\Control\LineDataChart.xaml"
  268. this.ckAutoZoom.Unchecked += new System.Windows.RoutedEventHandler(this.checkAutoRange_Checked);
  269. #line default
  270. #line hidden
  271. return;
  272. case 12:
  273. this.warpAxisTopUp = ((System.Windows.Controls.Label)(target));
  274. #line 247 "..\..\..\Control\LineDataChart.xaml"
  275. this.warpAxisTopUp.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Wrap_MouseLeave);
  276. #line default
  277. #line hidden
  278. #line 247 "..\..\..\Control\LineDataChart.xaml"
  279. this.warpAxisTopUp.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisTopUp_Click);
  280. #line default
  281. #line hidden
  282. return;
  283. case 13:
  284. this.pyroAxisTopUp = ((System.Windows.Controls.Label)(target));
  285. #line 248 "..\..\..\Control\LineDataChart.xaml"
  286. this.pyroAxisTopUp.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Pyro_MouseLeave);
  287. #line default
  288. #line hidden
  289. #line 248 "..\..\..\Control\LineDataChart.xaml"
  290. this.pyroAxisTopUp.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisTopUp_Click);
  291. #line default
  292. #line hidden
  293. return;
  294. case 14:
  295. this.pyroAxisTopDown = ((System.Windows.Controls.Label)(target));
  296. #line 249 "..\..\..\Control\LineDataChart.xaml"
  297. this.pyroAxisTopDown.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Pyro_MouseLeave);
  298. #line default
  299. #line hidden
  300. #line 249 "..\..\..\Control\LineDataChart.xaml"
  301. this.pyroAxisTopDown.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisTopDown_Click);
  302. #line default
  303. #line hidden
  304. return;
  305. case 15:
  306. this.warpAxisTopDown = ((System.Windows.Controls.Label)(target));
  307. #line 250 "..\..\..\Control\LineDataChart.xaml"
  308. this.warpAxisTopDown.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Wrap_MouseLeave);
  309. #line default
  310. #line hidden
  311. #line 250 "..\..\..\Control\LineDataChart.xaml"
  312. this.warpAxisTopDown.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisTopDown_Click);
  313. #line default
  314. #line hidden
  315. return;
  316. case 16:
  317. this.warpAxisBottomUp = ((System.Windows.Controls.Label)(target));
  318. #line 251 "..\..\..\Control\LineDataChart.xaml"
  319. this.warpAxisBottomUp.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Wrap_MouseLeave);
  320. #line default
  321. #line hidden
  322. #line 251 "..\..\..\Control\LineDataChart.xaml"
  323. this.warpAxisBottomUp.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisBottomUp_Click);
  324. #line default
  325. #line hidden
  326. return;
  327. case 17:
  328. this.pyroAxisBottomUp = ((System.Windows.Controls.Label)(target));
  329. #line 252 "..\..\..\Control\LineDataChart.xaml"
  330. this.pyroAxisBottomUp.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Pyro_MouseLeave);
  331. #line default
  332. #line hidden
  333. #line 252 "..\..\..\Control\LineDataChart.xaml"
  334. this.pyroAxisBottomUp.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisBottomUp_Click);
  335. #line default
  336. #line hidden
  337. return;
  338. case 18:
  339. this.pyroAxisBottomDown = ((System.Windows.Controls.Label)(target));
  340. #line 253 "..\..\..\Control\LineDataChart.xaml"
  341. this.pyroAxisBottomDown.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Pyro_MouseLeave);
  342. #line default
  343. #line hidden
  344. #line 253 "..\..\..\Control\LineDataChart.xaml"
  345. this.pyroAxisBottomDown.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisBottomDown_Click);
  346. #line default
  347. #line hidden
  348. return;
  349. case 19:
  350. this.warpAxisBottomDown = ((System.Windows.Controls.Label)(target));
  351. #line 254 "..\..\..\Control\LineDataChart.xaml"
  352. this.warpAxisBottomDown.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Wrap_MouseLeave);
  353. #line default
  354. #line hidden
  355. #line 254 "..\..\..\Control\LineDataChart.xaml"
  356. this.warpAxisBottomDown.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisBottomDown_Click);
  357. #line default
  358. #line hidden
  359. return;
  360. case 20:
  361. this.ReflectAxisTopUp = ((System.Windows.Controls.Label)(target));
  362. #line 255 "..\..\..\Control\LineDataChart.xaml"
  363. this.ReflectAxisTopUp.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Reflect_MouseLeave);
  364. #line default
  365. #line hidden
  366. #line 255 "..\..\..\Control\LineDataChart.xaml"
  367. this.ReflectAxisTopUp.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisTopUp_Click);
  368. #line default
  369. #line hidden
  370. return;
  371. case 21:
  372. this.ReflectAxisTopDown = ((System.Windows.Controls.Label)(target));
  373. #line 256 "..\..\..\Control\LineDataChart.xaml"
  374. this.ReflectAxisTopDown.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Reflect_MouseLeave);
  375. #line default
  376. #line hidden
  377. #line 256 "..\..\..\Control\LineDataChart.xaml"
  378. this.ReflectAxisTopDown.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisTopDown_Click);
  379. #line default
  380. #line hidden
  381. return;
  382. case 22:
  383. this.ReflectAxisBottomUp = ((System.Windows.Controls.Label)(target));
  384. #line 257 "..\..\..\Control\LineDataChart.xaml"
  385. this.ReflectAxisBottomUp.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Reflect_MouseLeave);
  386. #line default
  387. #line hidden
  388. #line 257 "..\..\..\Control\LineDataChart.xaml"
  389. this.ReflectAxisBottomUp.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisBottomUp_Click);
  390. #line default
  391. #line hidden
  392. return;
  393. case 23:
  394. this.ReflectAxisBottomDown = ((System.Windows.Controls.Label)(target));
  395. #line 258 "..\..\..\Control\LineDataChart.xaml"
  396. this.ReflectAxisBottomDown.MouseLeave += new System.Windows.Input.MouseEventHandler(this.NumericAxis_Reflect_MouseLeave);
  397. #line default
  398. #line hidden
  399. #line 258 "..\..\..\Control\LineDataChart.xaml"
  400. this.ReflectAxisBottomDown.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.YAxisBottomDown_Click);
  401. #line default
  402. #line hidden
  403. return;
  404. }
  405. this._contentLoaded = true;
  406. }
  407. }
  408. }