namespace LiveCharts.Definitions.Charts { /// /// /// public interface IWindowAxisView : IAxisView { void SetSelectedWindow(IAxisWindow window); } }