8 references to MarkerImage
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3093
if(!IsCustomPropertySet(CommonCustomProperties.
MarkerImage
))
3094
SetAttributeObject(CommonCustomProperties.
MarkerImage
, "");
4369
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
MarkerImage
))
4371
return (string)GetAttributeObject(CommonCustomProperties.
MarkerImage
);
4381
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
MarkerImage
);
4402
SetAttributeObject(CommonCustomProperties.
MarkerImage
, value);
6074
return CheckIfSerializationRequired(CommonCustomProperties.
MarkerImage
);
6547
ResetProperty(CommonCustomProperties.
MarkerImage
);