namespace XCharts.Runtime { /// /// The interface for serie component. /// |可用于Serie的组件。 /// public interface ISerieComponent { bool show { get; set; } } }