8 references to LabelBorderWidth
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3152
if(!IsCustomPropertySet(CommonCustomProperties.
LabelBorderWidth
))
3153
SetAttributeObject(CommonCustomProperties.
LabelBorderWidth
, 1);
5368
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
LabelBorderWidth
))
5370
return (int)GetAttributeObject(CommonCustomProperties.
LabelBorderWidth
);
5380
return (int)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
LabelBorderWidth
);
5399
SetAttributeObject(CommonCustomProperties.
LabelBorderWidth
, value);
6311
return CheckIfSerializationRequired(CommonCustomProperties.
LabelBorderWidth
);
6785
ResetProperty(CommonCustomProperties.
LabelBorderWidth
);