3.0 - ParallelChart

This commit is contained in:
monitor1394
2021-11-28 20:31:41 +08:00
parent 1b3fa7fb43
commit f39cddaa5e
28 changed files with 424 additions and 576 deletions

View File

@@ -26,8 +26,6 @@ namespace XCharts
[SerializeField] private float m_Width = 0;
[SerializeField] private float m_Height = 50;
public new SingleAxisContext context = new SingleAxisContext();
/// <summary>
/// Orientation of the axis. By default, it's 'Horizontal'. You can set it to be 'Vertical' to make a vertical axis.
/// 坐标轴朝向。默认为水平朝向。