mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 14:00:12 +00:00
9 lines
147 B
C#
9 lines
147 B
C#
using System;
|
|
|
|
namespace XCharts.Runtime
|
|
{
|
|
[Serializable]
|
|
[ComponentHandler(null)]
|
|
public class SingleAxisCoord : CoordSystem
|
|
{ }
|
|
} |