15 references to IsDesignMode
System.Web.DataVisualization (15)
Common\Annotation\AnnotationBase.cs (2)
2502
if(this.Chart != null && this.Chart.
IsDesignMode
())
2758
if(this.Chart != null && this.Chart.
IsDesignMode
())
Common\Annotation\AnnotationCollection.cs (1)
128
if (textAnnotation != null && string.IsNullOrEmpty(textAnnotation.Text) && Chart != null && Chart.
IsDesignMode
())
Common\Annotation\ImageAnnotation.cs (1)
555
if(this._imageName.Length == 0 && this.Chart.
IsDesignMode
() )
Common\DataManager\DataSeries.cs (2)
1520
if (this.Chart != null && !this.Chart.
IsDesignMode
())
1611
if(Chart.
IsDesignMode
())
Common\General\Chart.cs (5)
717
if (this.Common.Chart.
IsDesignMode
())
913
if (this.Common.Chart.
IsDesignMode
())
1786
if(this.Common != null && this.Common.Chart != null && !this.Common.Chart.
IsDesignMode
())
2029
if (this.Chart.
IsDesignMode
())
3427
if (this.Chart.
IsDesignMode
() && ((width * height) > (100 * 1024 *1024)))
Common\General\Legend.cs (1)
2303
if(this.Common.Chart.
IsDesignMode
())
Common\Utilities\ElementPosition.cs (1)
149
if(Chart != null && Chart.
IsDesignMode
() && !Chart.serializing && Chart.Site != null)
Common\Utilities\ImageLoader.cs (2)
189
if (!control.
IsDesignMode
())
193
else if (control.
IsDesignMode
() && !String.IsNullOrEmpty(control.webFormDocumentURL))