Index: src/Common/DelftTools.Controls.Swf/Charting/Tools/IHistoryTool.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/DelftTools.Controls.Swf/Charting/Tools/IHistoryTool.cs (.../IHistoryTool.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Controls.Swf/Charting/Tools/IHistoryTool.cs (.../IHistoryTool.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -2,13 +2,12 @@ { public interface IHistoryTool : IChartViewTool { + bool ShowToolTip { get; set; } void Add(IChartSeries series); /// /// Remove all history series /// void ClearHistory(); - - bool ShowToolTip { get; set; } } } \ No newline at end of file