mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-09 19:20:50 +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);
|
|
}
|
|
} |