Files

9 lines
147 B
C#
Raw Permalink Normal View History

2025-07-13 23:16:20 +08:00
using System;
namespace XCharts.Runtime
{
[Serializable]
[ComponentHandler(null)]
public class SingleAxisCoord : CoordSystem
{ }
}