14 references to Chart
System.Web.DataVisualization (14)
Common\Annotation\AnnotationCollection.cs (6)
128if (textAnnotation != null && string.IsNullOrEmpty(textAnnotation.Text) && Chart != null && Chart.IsDesignMode()) 259 Chart != null) 261int areaIndex = Chart.ChartAreas.IndexOf(annotation.ClipToChartArea); 265ChartArea chartArea = Chart.ChartAreas[areaIndex]; 281 annotation.Paint(Chart, chartGraph);
Common\DataManager\DataSeries.cs (5)
142if (item != null && Chart != null) 144if (String.IsNullOrEmpty(item.ChartArea) && Chart.ChartAreas != null) 146item.ChartArea = Chart.ChartAreas.DefaultNameReference; 148if (String.IsNullOrEmpty(item.Legend) && Chart.Legends != null) 150item.Legend = Chart.Legends.DefaultNameReference;
Common\General\BaseCollections.cs (2)
411if (Chart!=null && !Chart.serializing && !IsNameReferenceValid(name))
Common\General\Legend.cs (1)
4932if (legend.DockedToChartArea != Constants.NotSetValue && this.Chart.ChartAreas.IndexOf(legend.DockedToChartArea)<0)