Implemented interface member:
property
Url
System.Web.UI.DataVisualization.Charting.IChartMapArea.Url
2 references to Url
System.Web.DataVisualization (2)
Common\General\ImageMap.cs (2)
473
if (!String.IsNullOrEmpty(this.
Url
))
476
string resolvedUrl = chart.ResolveClientUrl(this.
Url
);