2 writes to axisLabel
System.Web.DataVisualization (2)
Common\DataManager\DataPoint.cs (2)
3354
series.
axisLabel
= value;
6338
series.
axisLabel
= "";
3 references to axisLabel
System.Web.DataVisualization (3)
Common\DataManager\DataPoint.cs (3)
3334
return series.
axisLabel
;
3340
return series.
axisLabel
;
5835
return !String.IsNullOrEmpty(series.
axisLabel
);