aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/RealTimeGraphEx/FastGraphs/RealTimeGraphExLineScroll.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx/FastGraphs/RealTimeGraphExLineScroll.cs')
-rw-r--r--Software/Visual_Studio/SideChains/RealTimeGraphEx/FastGraphs/RealTimeGraphExLineScroll.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphEx/FastGraphs/RealTimeGraphExLineScroll.cs b/Software/Visual_Studio/SideChains/RealTimeGraphEx/FastGraphs/RealTimeGraphExLineScroll.cs
index 216683d39..a2260030c 100644
--- a/Software/Visual_Studio/SideChains/RealTimeGraphEx/FastGraphs/RealTimeGraphExLineScroll.cs
+++ b/Software/Visual_Studio/SideChains/RealTimeGraphEx/FastGraphs/RealTimeGraphExLineScroll.cs
@@ -41,18 +41,6 @@ namespace RealTimeGraphEx.FastGraphs
#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(RealTimeGraphExLineScroll), new PropertyMetadata(1000, new PropertyChangedCallback(CrossModelChanged)));
-
-
- /// <summary>
/// Gets or sets the graph fill color.
/// </summary>
public Color Stroke