aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExMultiBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExMultiBase.cs')
-rw-r--r--Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExMultiBase.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExMultiBase.cs b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExMultiBase.cs
index d9edc478e..108ff4ea3 100644
--- a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExMultiBase.cs
+++ b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExMultiBase.cs
@@ -23,18 +23,6 @@ namespace RealTimeGraphEx
#region Properties
/// <summary>
- /// Gets or sets the maximum points to display on the graph (default 1000).
- /// </summary>
- public int MaxPoints
- {
- get { return (int)GetValue(MaxPointsProperty); }
- set { SetValue(MaxPointsProperty, value); }
- }
- public static readonly DependencyProperty MaxPointsProperty =
- DependencyProperty.Register("MaxPoints", typeof(int), typeof(RealTimeGraphExMultiBase), new PropertyMetadata(1000, new PropertyChangedCallback(CrossModelChanged)));
-
-
- /// <summary>
/// Gets or sets the collection of data series to display on the graph.
/// </summary>
public GraphMultiController Controller