Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BaseScatter.cs 245B

123456789
  1. namespace XCharts.Runtime
  2. {
  3. [System.Serializable]
  4. public class BaseScatter : Serie, INeedSerieContainer
  5. {
  6. public int containerIndex { get; internal set; }
  7. public int containterInstanceId { get; internal set; }
  8. }
  9. }