/************************************************/ /* */ /* Copyright (c) 2018 - 2021 monitor1394 */ /* https://github.com/monitor1394 */ /* */ /************************************************/ namespace XCharts { /// /// 分割线 /// [System.Serializable] public class GaugeAxisSplitLine : BaseLine { public GaugeAxisSplitLine(bool show) : base(show) { } } }