diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-15 15:22:11 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-15 15:22:11 +0300 |
| commit | 84700eb44cffe4b503a9ad22b1dfa8c703f356d2 (patch) | |
| tree | 53b152ffd2e2ac09d4e30e72c26cb9441049ce9b /Software/Visual_Studio/SideChains/RealTimeGraphEx/DirectXGraphs/RealTimeGraphExDirectXLineScroll.cs | |
| parent | 52da473c1a7bf1f3e1c3d7690f980d5afdc3f960 (diff) | |
| download | Tango-84700eb44cffe4b503a9ad22b1dfa8c703f356d2.tar.gz Tango-84700eb44cffe4b503a9ad22b1dfa8c703f356d2.zip | |
Improved LightTouchDataGrid Selection.
Diffstat (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx/DirectXGraphs/RealTimeGraphExDirectXLineScroll.cs')
| -rw-r--r-- | Software/Visual_Studio/SideChains/RealTimeGraphEx/DirectXGraphs/RealTimeGraphExDirectXLineScroll.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphEx/DirectXGraphs/RealTimeGraphExDirectXLineScroll.cs b/Software/Visual_Studio/SideChains/RealTimeGraphEx/DirectXGraphs/RealTimeGraphExDirectXLineScroll.cs index e85d56a4d..0d1284c19 100644 --- a/Software/Visual_Studio/SideChains/RealTimeGraphEx/DirectXGraphs/RealTimeGraphExDirectXLineScroll.cs +++ b/Software/Visual_Studio/SideChains/RealTimeGraphEx/DirectXGraphs/RealTimeGraphExDirectXLineScroll.cs @@ -45,17 +45,6 @@ namespace RealTimeGraphEx.DirectXGraphs #region Properties - /// <summary> - /// Gets or sets the maximum vectorsCollection to display on the graph (default 1000, affects performance). - /// </summary> - public int MaxPoints - { - get { return (int)GetValue(MaxPointsProperty); } - set { SetValue(MaxPointsProperty, value); } - } - public static readonly DependencyProperty MaxPointsProperty = - DependencyProperty.Register("MaxPoints", typeof(int), typeof(RealTimeGraphExDirectXLineScroll), new PropertyMetadata(1000, new PropertyChangedCallback(CrossModelChanged))); - /// <summary> /// Gets or sets the graph fill color. |
