Esempio n. 1
0
 internal SpreadChartTextElement(SpreadChartBase chart) : base(chart)
 {
     this._textSeries      = new StringSeriesCollection();
     this._textOrientation = 0;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:Dt.Cells.Data.SpreadChartTextElement" /> class.
 /// </summary>
 public SpreadChartTextElement()
 {
     this._textSeries      = new StringSeriesCollection();
     this._textOrientation = 0;
 }