8 references to BorderDashStyle
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3099
if(!IsCustomPropertySet(CommonCustomProperties.
BorderDashStyle
))
3100
SetAttributeObject(CommonCustomProperties.
BorderDashStyle
, ChartDashStyle.Solid);
3606
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
BorderDashStyle
))
3608
return (ChartDashStyle)GetAttributeObject(CommonCustomProperties.
BorderDashStyle
);
3618
return (ChartDashStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
BorderDashStyle
);
3633
SetAttributeObject(CommonCustomProperties.
BorderDashStyle
, value);
5893
return CheckIfSerializationRequired(CommonCustomProperties.
BorderDashStyle
);
6396
ResetProperty(CommonCustomProperties.
BorderDashStyle
);