2 writes to chartArea3DEnabled
System.Web.DataVisualization (2)
Common\ChartTypes\FastPointChart.cs (2)
243
this.
chartArea3DEnabled
= true;
248
this.
chartArea3DEnabled
= false;
2 references to chartArea3DEnabled
System.Web.DataVisualization (2)
Common\ChartTypes\FastPointChart.cs (2)
265
if(this.
chartArea3DEnabled
)
448
if(
chartArea3DEnabled
)