2021-01-11 08:54:28 +08:00
|
|
|
|
2021-11-23 13:20:07 +08:00
|
|
|
using System;
|
|
|
|
|
|
2021-01-11 08:54:28 +08:00
|
|
|
namespace XCharts
|
|
|
|
|
{
|
2021-11-23 13:20:07 +08:00
|
|
|
[Serializable]
|
|
|
|
|
[ComponentHandler(null)]
|
|
|
|
|
public class SingleAxisCoord : CoordSystem
|
2021-01-11 08:54:28 +08:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|