1 write to IsMapEnabled
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1825
this.
IsMapEnabled
= true;
2 references to IsMapEnabled
System.Web.DataVisualization (2)
WebForm\ChartWebControl.cs (2)
510
if (this.RenderType != RenderType.BinaryStreaming && this.
IsMapEnabled
)
1823
if(_renderType == RenderType.ImageMap && this.
IsMapEnabled
== false)