mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 21:40:41 +00:00
11 lines
249 B
C#
11 lines
249 B
C#
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
namespace XCharts.Runtime
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// 高亮的标签引导线样式
|
||
|
|
/// </summary>
|
||
|
|
[System.Serializable]
|
||
|
|
public class EmphasisLabelLine : LabelLine, ISerieExtraComponent, ISerieDataComponent
|
||
|
|
{ }
|
||
|
|
}
|