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