mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 14:00:12 +00:00
10 lines
207 B
C#
10 lines
207 B
C#
namespace XCharts.Runtime
|
|
{
|
|
/// <summary>
|
|
/// The interface for serie data component.
|
|
/// |可用于SerieData的组件。
|
|
/// </summary>
|
|
public interface ISerieDataComponent
|
|
{
|
|
}
|
|
} |