Index: src/Common/DelftTools.Controls.Swf/Charting/IChartView.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r0f4f3090613131cc878aeff213dd14e7658e0a7b --- src/Common/DelftTools.Controls.Swf/Charting/IChartView.cs (.../IChartView.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Controls.Swf/Charting/IChartView.cs (.../IChartView.cs) (revision 0f4f3090613131cc878aeff213dd14e7658e0a7b) @@ -39,14 +39,14 @@ int SelectedPointIndex { get; set; } /// - /// Sets the bottom axis to the supplied and value + /// Sets the bottom axis to the supplied and value /// /// Min value to set for the bottom axis /// Max value to set for the bottom axis void ZoomToValues(DateTime min, DateTime max); /// - /// Sets the bottom axis to the supplied and value + /// Sets the bottom axis to the supplied and value /// /// Min value to set for the bottom axis /// Max value to set for the bottom axis @@ -65,7 +65,7 @@ bool AllowPanning { get; set; } /// - /// Gets the first tool of the right type () + /// Gets the first tool of the right type () /// /// Type of tool to search for IChartViewTool GetTool(); @@ -76,7 +76,7 @@ bool WheelZoom { get; set; } /// - /// Disables the deleting of points by SelectPointTool (& delete key) + /// Disables the deleting of points by SelectPointTool (& delete key) /// /// Enable deleting void EnableDelete(bool enable);