namespace DelftTools.Controls.Swf.Charting.Tools { public interface IHistoryTool : IChartViewTool { void Add(IChartSeries series); /// /// Remove all history series /// void ClearHistory(); bool ShowToolTip { get; set; } } }