Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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, ISerieComponent
  11. {
  12. }
  13. }