Files
XCharts/Runtime/Component/Emphasis/EmphasisLabelStyle.cs
monitor1394 bafe032bb9 3.0
2022-05-22 22:17:38 +08:00

11 lines
242 B
C#

using UnityEngine;
namespace XCharts.Runtime
{
/// <summary>
/// 高亮的标签样式
/// </summary>
[System.Serializable]
public class EmphasisLabelStyle : LabelStyle, ISerieExtraComponent, ISerieDataComponent
{ }
}