8 references to BorderWidth
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3097 if(!IsCustomPropertySet(CommonCustomProperties.BorderWidth)) 3098 SetAttributeObject(CommonCustomProperties.BorderWidth, 1); 3657 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BorderWidth)) 3659 return (int)GetAttributeObject(CommonCustomProperties.BorderWidth); 3669 return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BorderWidth); 3688 SetAttributeObject(CommonCustomProperties.BorderWidth, value); 5905 return CheckIfSerializationRequired(CommonCustomProperties.BorderWidth); 6408 ResetProperty(CommonCustomProperties.BorderWidth);