mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-14 21:46:37 +08:00
10 lines
202 B
C#
10 lines
202 B
C#
|
|
namespace LiveCharts.Definitions.Charts
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
///
|
||
|
|
/// </summary>
|
||
|
|
public interface IWindowAxisView : IAxisView
|
||
|
|
{
|
||
|
|
void SetSelectedWindow(IAxisWindow window);
|
||
|
|
}
|
||
|
|
}
|