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
|
|
{ }
|
|
} |