10 lines
208 B
C#
10 lines
208 B
C#
|
namespace XCharts.Runtime
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// The interface for serie data component.
|
||
|
/// ||可用于SerieData的组件。
|
||
|
/// </summary>
|
||
|
public interface ISerieDataComponent
|
||
|
{
|
||
|
}
|
||
|
}
|