暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

TitleStyle.cs 275B

123456789101112131415
  1. using System;
  2. using UnityEngine;
  3. namespace XCharts.Runtime
  4. {
  5. /// <summary>
  6. /// the title of serie.
  7. /// |标题相关设置。
  8. /// </summary>
  9. [Serializable]
  10. public class TitleStyle : LabelStyle, ISerieDataComponent, ISerieExtraComponent
  11. {
  12. }
  13. }