using System;
namespace XCharts.Runtime
{
[Serializable]
[ComponentHandler(null)]
public class SingleAxisCoord : CoordSystem
{ }
}