8 references to MarkerStyle
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3089 if(!IsCustomPropertySet(CommonCustomProperties.MarkerStyle)) 3090 SetAttributeObject(CommonCustomProperties.MarkerStyle, MarkerStyle.None); 4258 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerStyle)) 4260 return (MarkerStyle)GetAttributeObject(CommonCustomProperties.MarkerStyle); 4270 return (MarkerStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerStyle); 4285 SetAttributeObject(CommonCustomProperties.MarkerStyle, value); 6050 return CheckIfSerializationRequired(CommonCustomProperties.MarkerStyle); 6523 ResetProperty(CommonCustomProperties.MarkerStyle);