2 writes to postbackValue
System.Web.DataVisualization (2)
Common\DataManager\DataPoint.cs (2)
4993series.postbackValue = value; 6641series.postbackValue = "";
3 references to postbackValue
System.Web.DataVisualization (3)
Common\DataManager\DataPoint.cs (3)
4980return series.postbackValue; 4985return series.postbackValue; 6161return !String.IsNullOrEmpty(series.postbackValue);