7 references to BackGradientStyle
System.Windows.Forms.DataVisualization (7)
Common\DataManager\DataPoint.cs (7)
3117 if(!IsCustomPropertySet(CommonCustomProperties.BackGradientStyle)) 3118 SetAttributeObject(CommonCustomProperties.BackGradientStyle, GradientStyle.None); 3934 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BackGradientStyle)) 3936 return (GradientStyle)GetAttributeObject(CommonCustomProperties.BackGradientStyle); 3946 return (GradientStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackGradientStyle); 3961 SetAttributeObject(CommonCustomProperties.BackGradientStyle, value); 5977 return CheckIfSerializationRequired(CommonCustomProperties.BackGradientStyle);