mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 06:20:15 +00:00
11 lines
152 B
C#
11 lines
152 B
C#
|
|
using System;
|
|
|
|
namespace XCharts.Runtime
|
|
{
|
|
[Serializable]
|
|
[ComponentHandler(null)]
|
|
public class SingleAxisCoord : CoordSystem
|
|
{
|
|
}
|
|
} |