15 lines
275 B
C#
15 lines
275 B
C#
|
using System;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace XCharts.Runtime
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// the title of serie.
|
||
|
/// |标题相关设置。
|
||
|
/// </summary>
|
||
|
[Serializable]
|
||
|
public class TitleStyle : LabelStyle, ISerieDataComponent, ISerieExtraComponent
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|