暫無描述
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.

ISerieDataComponent.cs 207B

12345678910
  1. namespace XCharts.Runtime
  2. {
  3. /// <summary>
  4. /// The interface for serie data component.
  5. /// |可用于SerieData的组件。
  6. /// </summary>
  7. public interface ISerieDataComponent
  8. {
  9. }
  10. }