11 lines
240 B
C#
11 lines
240 B
C#
using UnityEngine;
|
|
|
|
namespace XCharts.Runtime
|
|
{
|
|
/// <summary>
|
|
/// 高亮的图形样式
|
|
/// </summary>
|
|
[System.Serializable]
|
|
public class EmphasisItemStyle : ItemStyle, ISerieExtraComponent, ISerieDataComponent
|
|
{ }
|
|
} |