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