/// <summary> /// Adds a value to the XSeries. /// </summary> public XValue Add(string value) { XValue xValue = new XValue(value); Add(xValue); return(xValue); }
/// <summary> /// Adds a value to the XSeries. /// </summary> public XValue Add(string value) { XValue xValue = new XValue(value); Add(xValue); return xValue; }