9 lines
182 B
C#
9 lines
182 B
C#
|
namespace XCharts.Runtime
|
||
|
{
|
||
|
public interface ISerieContainer
|
||
|
{
|
||
|
//bool runtimeIsPointerEnter { get; }
|
||
|
int index { get; }
|
||
|
bool IsPointerEnter();
|
||
|
}
|
||
|
}
|