2 writes to disableShadow
System.Web.DataVisualization (2)
Common\ChartTypes\RangeChart.cs (2)
653
this.
disableShadow
= true;
659
this.
disableShadow
= false;
1 reference to disableShadow
System.Web.DataVisualization (1)
Common\ChartTypes\LineChart.cs (1)
752
if(!
disableShadow
&& series.ShadowOffset != 0 && series.ShadowColor != Color.Empty)