/// <summary> /// Initializes a new instance of the XSeries class. /// </summary> public XSeries() { _xSeriesElements = new XSeriesElements(); }
/// <summary> /// Initializes a new instance of the XSeries class. /// </summary> public XSeries() { xSeriesElements = new XSeriesElements(); }