8 references to MarkerBorderWidth
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3131 if(!IsCustomPropertySet(CommonCustomProperties.MarkerBorderWidth)) 3132 SetAttributeObject(CommonCustomProperties.MarkerBorderWidth, 1); 4591 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerBorderWidth)) 4593 return (int)GetAttributeObject(CommonCustomProperties.MarkerBorderWidth); 4603 return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerBorderWidth); 4622 SetAttributeObject(CommonCustomProperties.MarkerBorderWidth, value); 5917 return CheckIfSerializationRequired(CommonCustomProperties.MarkerBorderWidth); 6422 ResetProperty(CommonCustomProperties.MarkerBorderWidth);