diff options
Diffstat (limited to 'Software/Visual_Studio/SideChains/RealTimeGraphEx/DirectXGraphs')
| -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. |
