2 writes to _text
System.Web.DataVisualization (2)
Common\General\Title.cs (2)
307 this._text = text; 582 _text = (value == null) ? string.Empty : value;
1 reference to _text
System.Web.DataVisualization (1)
Common\General\Title.cs (1)
578 return _text;