8 references to LegendUrl
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3161 if(!IsCustomPropertySet(CommonCustomProperties.LegendUrl)) 3162 SetAttributeObject(CommonCustomProperties.LegendUrl, ""); 5485 SetAttributeObject(CommonCustomProperties.LegendUrl, value); 5493 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LegendUrl)) 5495 return (String)GetAttributeObject(CommonCustomProperties.LegendUrl); 5505 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LegendUrl); 6171 return CheckIfSerializationRequired(CommonCustomProperties.LegendUrl); 6651 ResetProperty(CommonCustomProperties.LegendUrl);