8 lines
136 B
C#
8 lines
136 B
C#
|
namespace XCharts.Runtime
|
||
|
{
|
||
|
public interface ISerieContainer
|
||
|
{
|
||
|
int index { get; }
|
||
|
bool IsPointerEnter();
|
||
|
}
|
||
|
}
|