AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
GaugeAxisSplitLine.cs
1 /************************************************/
2 /* */
3 /* Copyright (c) 2018 - 2021 monitor1394 */
4 /* https://github.com/monitor1394 */
5 /* */
6 /************************************************/
7 
8 namespace XCharts
9 {
13  [System.Serializable]
15  {
16  public GaugeAxisSplitLine(bool show) : base(show)
17  {
18  }
19  }
20 }
XCharts.GaugeAxisSplitLine
分割线
Definition: GaugeAxisSplitLine.cs:14
XCharts
Definition: RewardChart.cs:14
XCharts.BaseLine
Settings related to base line. 线条基础配置。
Definition: BaseLine.cs:17
XCharts.BaseLine.show
bool show
Set this to false to prevent the axis line from showing. 是否显示坐标轴轴线。
Definition: BaseLine.cs:27