1 write to LabelUrl
System.Web.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1987this.LabelUrl = stringValue;
2 references to LabelUrl
System.Web.DataVisualization (2)
Common\General\ChartGraphics.cs (1)
1580 point.Url = point.LabelUrl;
Common\General\ChartRenderingEngine.cs (1)
638 hRef = (labelRegion) ? point.LabelUrl : point.Url;