UI update 02
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace XCharts.Runtime
|
||||
{
|
||||
public interface ISerieContainer
|
||||
{
|
||||
int index { get; }
|
||||
bool IsPointerEnter();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user