5 references to Polygon
System.Web.DataVisualization (5)
Common\General\ImageMap.cs (4)
256Initialize(MapAreaShape.Polygon, toolTip, url, attributes, postBackValue, coord, tag); 310if (shape == MapAreaShape.Polygon && (coordinates.Length % 2f) != 0f) 346else if (_shape == MapAreaShape.Polygon) 865MapArea area = new MapArea(MapAreaShape.Polygon, toolTip, url, attributes, postBackValue, coord, null);
Common\General\Selection.cs (1)
759MapAreaShape.Polygon,