mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-14 20:00:09 +00:00
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
|
|
{
|
|
|
|
}
|
|
} |