4 references to defaultCustomProperties
System.Web.DataVisualization (4)
Common\DataManager\DataPoint.cs (4)
2969 return (string)Series.defaultCustomProperties[name]; 3038 return Series.defaultCustomProperties.properties[(int)attrib]; 5793 object attr2 = Series.defaultCustomProperties.GetAttributeObject(attribute); 5810this.SetAttributeObject(attribute, Series.defaultCustomProperties.GetAttributeObject(attribute));