8 references to LabelBorderDashStyle
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3154
if(!IsCustomPropertySet(CommonCustomProperties.
LabelBorderDashStyle
))
3155
SetAttributeObject(CommonCustomProperties.
LabelBorderDashStyle
, ChartDashStyle.Solid);
5316
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
LabelBorderDashStyle
))
5318
return (ChartDashStyle)GetAttributeObject(CommonCustomProperties.
LabelBorderDashStyle
);
5328
return (ChartDashStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
LabelBorderDashStyle
);
5343
SetAttributeObject(CommonCustomProperties.
LabelBorderDashStyle
, value);
6299
return CheckIfSerializationRequired(CommonCustomProperties.
LabelBorderDashStyle
);
6773
ResetProperty(CommonCustomProperties.
LabelBorderDashStyle
);