11 references to Color
System.Web.DataVisualization (11)
Common\DataManager\DataPoint.cs (9)
3085 if(!IsCustomPropertySet(CommonCustomProperties.Color)) 3086 SetAttributeObject(CommonCustomProperties.Color, Color.Empty); 3494 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Color)) 3496 return (Color)GetAttributeObject(CommonCustomProperties.Color); 3506 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.Color); 3524 DeleteCustomProperty(CommonCustomProperties.Color); 3529 SetAttributeObject(CommonCustomProperties.Color, value); 5869 return CheckIfSerializationRequired(CommonCustomProperties.Color); 6372 ResetProperty(CommonCustomProperties.Color);
Common\DataManager\DataSeries.cs (2)
975 if((!dataPoint.IsCustomPropertySet(CommonCustomProperties.Color) || dataPoint.tempColorIsSet ) && !dataPoint.IsEmpty) 977 dataPoint.SetAttributeObject(CommonCustomProperties.Color, paletteColors[colorIndex]);