mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-14 20:00:09 +00:00
16 lines
242 B
C#
16 lines
242 B
C#
|
|
|
|
using System;
|
|
|
|
namespace XCharts.Runtime
|
|
{
|
|
/// <summary>
|
|
/// Coordinate system component.
|
|
/// |
|
|
/// 坐标系系统。
|
|
/// </summary>
|
|
[Serializable]
|
|
public abstract class CoordSystem : MainComponent
|
|
{
|
|
}
|
|
} |