namespace MuchInfo.Chart.Data.Interfaces { public interface IToolTipControlProvider { object GetControl(); } }