10 references to Common
System.Web.DataVisualization (10)
Common\General\BaseCollections.cs (3)
76
if (
Common
!= null)
77
return
Common
.Chart;
231
get{ return this.
Common
; }
Common\General\Label.cs (1)
340
this.
Common
.Chart,
Common\General\Legend.cs (6)
4923
if(
Common
!= null &&
Common
.ChartPicture != null)
4998
if(
Common
!= null &&
Common
.ChartPicture != null)
5007
ChartArea area =
Common
.ChartPicture.ChartAreas[legend.DockedToChartArea];
5017
foreach (ChartArea area in
Common
.ChartPicture.ChartAreas)