UI update 02
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace XCharts.Runtime
|
||||
{
|
||||
/// <summary>
|
||||
/// Coordinate system component.
|
||||
/// ||
|
||||
/// 坐标系系统。
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public abstract class CoordSystem : MainComponent
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user