Files

10 lines
202 B
C#
Raw Permalink Normal View History

2021-07-23 09:42:22 +08:00
namespace LiveCharts.Definitions.Charts
{
/// <summary>
///
/// </summary>
public interface IWindowAxisView : IAxisView
{
void SetSelectedWindow(IAxisWindow window);
}
}