8 references to LabelMapAreaAttributes
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3148if (!IsCustomPropertySet(CommonCustomProperties.LabelMapAreaAttributes)) 3149 SetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes, ""); 5693 SetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes, value); 5701 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelMapAreaAttributes)) 5703 return (String)GetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes); 5713 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelMapAreaAttributes); 6209 return CheckIfSerializationRequired(CommonCustomProperties.LabelMapAreaAttributes); 6689 ResetProperty(CommonCustomProperties.LabelMapAreaAttributes);