internal SpreadChartTextElement(SpreadChartBase chart) : base(chart) { this._textSeries = new StringSeriesCollection(); this._textOrientation = 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; }