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

ISerieComponent.cs 226B

1234567891011
  1. namespace XCharts.Runtime
  2. {
  3. /// <summary>
  4. /// The interface for serie component.
  5. /// |可用于Serie的组件。
  6. /// </summary>
  7. public interface ISerieComponent
  8. {
  9. bool show { get; set; }
  10. }
  11. }