1 write to selection
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
377
this.
selection
= new Selection(serviceContainer);
5 references to selection
System.Web.DataVisualization (5)
WebForm\ChartWebControl.cs (5)
941
return
selection
.HitTest(x, y);
955
return
selection
.HitTest(x, y, ignoreTransparent);
969
return
selection
.HitTest(x, y, requestedElement);
1013
return this.
selection
.HitTest(x, y, ignoreTransparent, requestedElement);
1032
return this.
selection
.GetChartElementOutline(chartElement, elementType);