From 84700eb44cffe4b503a9ad22b1dfa8c703f356d2 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Fri, 15 Jun 2018 15:22:11 +0300 Subject: Improved LightTouchDataGrid Selection. --- .../ReachGraphs/RealTimeGraphExReachLineScroll.cs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx/ReachGraphs/RealTimeGraphExReachLineScroll.cs') diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphEx/ReachGraphs/RealTimeGraphExReachLineScroll.cs b/Software/Visual_Studio/SideChains/RealTimeGraphEx/ReachGraphs/RealTimeGraphExReachLineScroll.cs index 77ac77479..d4026f7c3 100644 --- a/Software/Visual_Studio/SideChains/RealTimeGraphEx/ReachGraphs/RealTimeGraphExReachLineScroll.cs +++ b/Software/Visual_Studio/SideChains/RealTimeGraphEx/ReachGraphs/RealTimeGraphExReachLineScroll.cs @@ -36,17 +36,6 @@ namespace RealTimeGraphEx.ReachGraphs #region Properties - /// - /// Gets or sets the maximum points to display on the graph (default 1000, affects performance). - /// - public int MaxPoints - { - get { return (int)GetValue(MaxPointsProperty); } - set { SetValue(MaxPointsProperty, value); } - } - public static readonly DependencyProperty MaxPointsProperty = - DependencyProperty.Register("MaxPoints", typeof(int), typeof(RealTimeGraphExReachLineScroll), new PropertyMetadata(1000, new PropertyChangedCallback(CrossModelChanged))); - /// /// Gets or sets the graph strokes color. /// -- cgit v1.3.1