NG_/Assets/XCharts/Runtime/Internal/Misc/ISerieComponent.cs

11 lines
227 B
C#
Raw Normal View History

2024-12-13 19:40:05 +08:00
namespace XCharts.Runtime
{
/// <summary>
/// The interface for serie component.
/// ||可用于Serie的组件。
/// </summary>
public interface ISerieComponent
{
bool show { get; set; }
}
}