namespace EasyChart { public interface IChartInteractionStateConsumer { void SetInteractionState(ChartInteractionState state); } }