8 lines
151 B
C#
8 lines
151 B
C#
namespace EasyChart
|
|
{
|
|
public interface IChartInteractionStateConsumer
|
|
{
|
|
void SetInteractionState(ChartInteractionState state);
|
|
}
|
|
}
|