9 references to Url
System.Web.DataVisualization (9)
Common\DataManager\DataPoint.cs (8)
3159
if(!IsCustomPropertySet(CommonCustomProperties.
Url
))
3160
SetAttributeObject(CommonCustomProperties.
Url
, "");
4868
SetAttributeObject(CommonCustomProperties.
Url
, value);
4876
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
Url
))
4878
return (String)GetAttributeObject(CommonCustomProperties.
Url
);
4888
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
Url
);
6136
return CheckIfSerializationRequired(CommonCustomProperties.
Url
);
6616
ResetProperty(CommonCustomProperties.
Url
);
Common\General\ChartGraphics.cs (1)
1573
string oldUrl = point.IsCustomPropertySet( CommonCustomProperties.
Url
) ? point.Url : null;