8 references to LabelUrl
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3144
if(!IsCustomPropertySet(CommonCustomProperties.
LabelUrl
))
3145
SetAttributeObject(CommonCustomProperties.
LabelUrl
, "");
5641
SetAttributeObject(CommonCustomProperties.
LabelUrl
, value);
5649
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
LabelUrl
))
5651
return (String)GetAttributeObject(CommonCustomProperties.
LabelUrl
);
5661
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
LabelUrl
);
6197
return CheckIfSerializationRequired(CommonCustomProperties.
LabelUrl
);
6677
ResetProperty(CommonCustomProperties.
LabelUrl
);