8 references to MarkerImageTransparentColor
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3125 if(!IsCustomPropertySet(CommonCustomProperties.MarkerImageTransparentColor)) 3126 SetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor, Color.Empty); 4429 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerImageTransparentColor)) 4431 return (Color)GetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor); 4441 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor); 4456 SetAttributeObject(CommonCustomProperties.MarkerImageTransparentColor, value); 6086 return CheckIfSerializationRequired(CommonCustomProperties.MarkerImageTransparentColor); 6559 ResetProperty(CommonCustomProperties.MarkerImageTransparentColor);