PlotView.g.i.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. #pragma checksum "..\..\..\..\Charting\View\PlotView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9F1F2BAD76D721A57EDFDE9F5C0954B611F7DE8D31C6246ADD5B1A7771386942"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Abt.Controls.SciChart;
  12. using Abt.Controls.SciChart.ChartModifiers;
  13. using Abt.Controls.SciChart.Common;
  14. using Abt.Controls.SciChart.Model.DataSeries;
  15. using Abt.Controls.SciChart.Rendering.Common;
  16. using Abt.Controls.SciChart.Rendering.HighQualityRasterizer;
  17. using Abt.Controls.SciChart.Rendering.HighSpeedRasterizer;
  18. using Abt.Controls.SciChart.Utility.Mouse;
  19. using Abt.Controls.SciChart.Visuals;
  20. using Abt.Controls.SciChart.Visuals.Annotations;
  21. using Abt.Controls.SciChart.Visuals.Axes;
  22. using Abt.Controls.SciChart.Visuals.PointMarkers;
  23. using Abt.Controls.SciChart.Visuals.RenderableSeries;
  24. using Aitex.UI.Charting.Converter;
  25. using System;
  26. using System.Diagnostics;
  27. using System.Windows;
  28. using System.Windows.Automation;
  29. using System.Windows.Controls;
  30. using System.Windows.Controls.Primitives;
  31. using System.Windows.Data;
  32. using System.Windows.Documents;
  33. using System.Windows.Ink;
  34. using System.Windows.Input;
  35. using System.Windows.Markup;
  36. using System.Windows.Media;
  37. using System.Windows.Media.Animation;
  38. using System.Windows.Media.Effects;
  39. using System.Windows.Media.Imaging;
  40. using System.Windows.Media.Media3D;
  41. using System.Windows.Media.TextFormatting;
  42. using System.Windows.Navigation;
  43. using System.Windows.Shapes;
  44. using System.Windows.Shell;
  45. namespace Aitex.UI.Charting.View {
  46. /// <summary>
  47. /// PlotView
  48. /// </summary>
  49. public partial class PlotView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  50. #line 44 "..\..\..\..\Charting\View\PlotView.xaml"
  51. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  52. internal System.Windows.Controls.Grid chartingView_Top;
  53. #line default
  54. #line hidden
  55. #line 52 "..\..\..\..\Charting\View\PlotView.xaml"
  56. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  57. internal System.Windows.Controls.Button dataButton;
  58. #line default
  59. #line hidden
  60. #line 62 "..\..\..\..\Charting\View\PlotView.xaml"
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  62. internal System.Windows.Controls.Button showAllButton;
  63. #line default
  64. #line hidden
  65. #line 72 "..\..\..\..\Charting\View\PlotView.xaml"
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  67. internal System.Windows.Controls.Primitives.ToggleButton rolloverButton;
  68. #line default
  69. #line hidden
  70. #line 80 "..\..\..\..\Charting\View\PlotView.xaml"
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  72. internal System.Windows.Controls.Primitives.ToggleButton toggleVerticalLine;
  73. #line default
  74. #line hidden
  75. #line 146 "..\..\..\..\Charting\View\PlotView.xaml"
  76. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  77. internal System.Windows.Controls.Grid chartingView_Top_RightRenderingView;
  78. #line default
  79. #line hidden
  80. #line 152 "..\..\..\..\Charting\View\PlotView.xaml"
  81. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  82. internal Abt.Controls.SciChart.Visuals.SciChartSurface sciChart;
  83. #line default
  84. #line hidden
  85. #line 184 "..\..\..\..\Charting\View\PlotView.xaml"
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  87. internal Abt.Controls.SciChart.Visuals.Annotations.VerticalLineAnnotation vertical_Line1;
  88. #line default
  89. #line hidden
  90. #line 185 "..\..\..\..\Charting\View\PlotView.xaml"
  91. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  92. internal Abt.Controls.SciChart.Visuals.Annotations.VerticalLineAnnotation vertical_Line2;
  93. #line default
  94. #line hidden
  95. #line 208 "..\..\..\..\Charting\View\PlotView.xaml"
  96. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  97. internal Abt.Controls.SciChart.ChartModifiers.RubberBandXyZoomModifier rubberBandZoomModifier;
  98. #line default
  99. #line hidden
  100. #line 215 "..\..\..\..\Charting\View\PlotView.xaml"
  101. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  102. internal Abt.Controls.SciChart.ChartModifiers.LegendModifier legendModifier;
  103. #line default
  104. #line hidden
  105. #line 222 "..\..\..\..\Charting\View\PlotView.xaml"
  106. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  107. internal Abt.Controls.SciChart.ChartModifiers.ZoomPanModifier zoomPanModifier;
  108. #line default
  109. #line hidden
  110. #line 225 "..\..\..\..\Charting\View\PlotView.xaml"
  111. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  112. internal Abt.Controls.SciChart.ChartModifiers.RolloverModifier rolloverModifier;
  113. #line default
  114. #line hidden
  115. #line 243 "..\..\..\..\Charting\View\PlotView.xaml"
  116. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  117. internal Abt.Controls.SciChart.ChartModifiers.MouseWheelZoomModifier mouseWheelZoomModifier;
  118. #line default
  119. #line hidden
  120. #line 253 "..\..\..\..\Charting\View\PlotView.xaml"
  121. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  122. internal Abt.Controls.SciChart.Visuals.SciChartLegend legendControl;
  123. #line default
  124. #line hidden
  125. private bool _contentLoaded;
  126. /// <summary>
  127. /// InitializeComponent
  128. /// </summary>
  129. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  130. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  131. public void InitializeComponent() {
  132. if (_contentLoaded) {
  133. return;
  134. }
  135. _contentLoaded = true;
  136. System.Uri resourceLocater = new System.Uri("/DataAnalysisControl;component/charting/view/plotview.xaml", System.UriKind.Relative);
  137. #line 1 "..\..\..\..\Charting\View\PlotView.xaml"
  138. System.Windows.Application.LoadComponent(this, resourceLocater);
  139. #line default
  140. #line hidden
  141. }
  142. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  143. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  144. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  145. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  146. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  147. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  148. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  149. switch (connectionId)
  150. {
  151. case 1:
  152. this.chartingView_Top = ((System.Windows.Controls.Grid)(target));
  153. return;
  154. case 2:
  155. this.dataButton = ((System.Windows.Controls.Button)(target));
  156. return;
  157. case 3:
  158. this.showAllButton = ((System.Windows.Controls.Button)(target));
  159. #line 60 "..\..\..\..\Charting\View\PlotView.xaml"
  160. this.showAllButton.Click += new System.Windows.RoutedEventHandler(this.showAllButton_Click);
  161. #line default
  162. #line hidden
  163. return;
  164. case 4:
  165. this.rolloverButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
  166. return;
  167. case 5:
  168. this.toggleVerticalLine = ((System.Windows.Controls.Primitives.ToggleButton)(target));
  169. return;
  170. case 6:
  171. this.chartingView_Top_RightRenderingView = ((System.Windows.Controls.Grid)(target));
  172. return;
  173. case 7:
  174. this.sciChart = ((Abt.Controls.SciChart.Visuals.SciChartSurface)(target));
  175. #line 156 "..\..\..\..\Charting\View\PlotView.xaml"
  176. this.sciChart.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.sciChart_MouseDoubleClick);
  177. #line default
  178. #line hidden
  179. return;
  180. case 8:
  181. this.vertical_Line1 = ((Abt.Controls.SciChart.Visuals.Annotations.VerticalLineAnnotation)(target));
  182. return;
  183. case 9:
  184. this.vertical_Line2 = ((Abt.Controls.SciChart.Visuals.Annotations.VerticalLineAnnotation)(target));
  185. return;
  186. case 10:
  187. this.rubberBandZoomModifier = ((Abt.Controls.SciChart.ChartModifiers.RubberBandXyZoomModifier)(target));
  188. return;
  189. case 11:
  190. this.legendModifier = ((Abt.Controls.SciChart.ChartModifiers.LegendModifier)(target));
  191. return;
  192. case 12:
  193. this.zoomPanModifier = ((Abt.Controls.SciChart.ChartModifiers.ZoomPanModifier)(target));
  194. return;
  195. case 13:
  196. this.rolloverModifier = ((Abt.Controls.SciChart.ChartModifiers.RolloverModifier)(target));
  197. return;
  198. case 14:
  199. this.mouseWheelZoomModifier = ((Abt.Controls.SciChart.ChartModifiers.MouseWheelZoomModifier)(target));
  200. return;
  201. case 15:
  202. this.legendControl = ((Abt.Controls.SciChart.Visuals.SciChartLegend)(target));
  203. return;
  204. }
  205. this._contentLoaded = true;
  206. }
  207. }
  208. }