2023-02-12 21:22:53 +08:00
|
|
|
namespace XCharts.Runtime
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// The interface for serie component.
|
2023-11-11 23:32:24 +08:00
|
|
|
/// ||可用于Serie的组件。
|
2023-02-12 21:22:53 +08:00
|
|
|
/// </summary>
|
|
|
|
|
public interface ISerieComponent
|
|
|
|
|
{
|
|
|
|
|
bool show { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|