Пример #1
0
 public TextStyle TextStyle()
 {
     if (textStyle == null)
     {
         textStyle = new style.TextStyle();
     }
     return(this.textStyle);
 }
Пример #2
0
 public ECharts.Entities.style.TextStyle TextStyle()
 {
     if (this.textStyle == null)
     {
         textStyle = new style.TextStyle();
     }
     return(textStyle);
 }