1 write to SuppressExceptions
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1758 this.chartPicture.SuppressExceptions = value;
9 references to SuppressExceptions
System.Web.DataVisualization (9)
Common\ChartTypes\FunnelChart.cs (1)
2691 else if(!this.Common.ChartPicture.SuppressExceptions)
Common\ChartTypes\PieChart.cs (1)
528 if(!common.ChartPicture.SuppressExceptions)
Common\DataManager\DataPoint.cs (1)
2229if (Common!=null && Common.ChartPicture!=null && Common.ChartPicture.SuppressExceptions)
Common\DataManager\DataSeries.cs (1)
1694 if(this.Chart != null && this.Chart.chartPicture.SuppressExceptions)
Common\General\AxisScale.cs (2)
2004 if(!this.Common.ChartPicture.SuppressExceptions) 2079 if(this.Common != null && this.Common.Chart != null && this.Common.Chart.chartPicture.SuppressExceptions)
Common\General\ChartAreaAxes.cs (2)
695 if(!this.Common.ChartPicture.SuppressExceptions) 815 if(this.Common.ChartPicture.SuppressExceptions &&
WebForm\ChartWebControl.cs (1)
1762 return this.chartPicture.SuppressExceptions;