Implemented interface member:
property
Url
System.Web.UI.DataVisualization.Charting.IChartMapArea.Url
3 writes to Url
System.Web.DataVisualization (3)
Common\DataManager\DataPoint.cs (1)
1979 this.Url = stringValue;
Common\General\ChartGraphics.cs (2)
1580 point.Url = point.LabelUrl; 1616if (oldUrl != null) point.Url = oldUrl; else point.ResetUrl();
16 references to Url
System.Web.DataVisualization (16)
Common\ChartTypes\PieChart.cs (1)
1881point.ReplaceKeywords(point.Url),
Common\General\ChartGraphics.cs (1)
1573 string oldUrl = point.IsCustomPropertySet( CommonCustomProperties.Url) ? point.Url : null;
Common\General\ChartGraphics3D.cs (3)
791point.ReplaceKeywords(point.Url), 919point.ReplaceKeywords(point.Url), 1057point.ReplaceKeywords(point.Url),
Common\General\ChartRenderingEngine.cs (1)
638 hRef = (labelRegion) ? point.LabelUrl : point.Url;
Common\General\Selection.cs (10)
526 point.Url.Length > 0 || 533 point.ReplaceKeywords(point.Url), 599 point.Url.Length > 0 || 608 point.ReplaceKeywords(point.Url), 682 point.Url.Length > 0 || 692 point.ReplaceKeywords(point.Url), 754 point.Url.Length > 0 || 761point.ReplaceKeywords(point.Url), 823 point.Url.Length > 0 || 836 point.ReplaceKeywords(point.Url),