11 lines
189 B
C#
11 lines
189 B
C#
using System;
|
|
using CPF.ReoGrid.Drawing;
|
|
using CPF.ReoGrid.Interaction;
|
|
|
|
namespace CPF.ReoGrid.Chart
|
|
{
|
|
public interface IPlotView : IDrawingObject, IFloatingObject, IUserVisual
|
|
{
|
|
}
|
|
}
|