mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 21:40:41 +00:00
9 lines
245 B
C#
9 lines
245 B
C#
namespace XCharts.Runtime
|
|
{
|
|
[System.Serializable]
|
|
public class BaseScatter : Serie, INeedSerieContainer
|
|
{
|
|
public int containerIndex { get; internal set; }
|
|
public int containterInstanceId { get; internal set; }
|
|
}
|
|
} |