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