namespace MuchInfo.Chart.WPF.Primitives.Interfaces { public interface IChannelDrawing : IDrawingTool { void ChangeWidth(float newY); float TopY(); float BotY(); float ChanX(); } }