using System.Windows; namespace MuchInfo.Chart.WPF.Primitives.Interfaces { public interface IChartHighlight { FrameworkElement GetDrawing(IDateScaler dateScale, IValueScaler aValeScale, Rect aRect); } }