namespace XCharts.Runtime
{
public interface ISerieContainer
int index { get; }
bool IsPointerEnter();
}