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