22 writes to CenterColor
System.Web.DataVisualization (11)
Common\General\ChartGraphics.cs (9)
526pathGradientBrush.CenterColor = firstColor; 562 gradientBrush.CenterColor = firstColor; 852shadowBrush.CenterColor = shadowColor; 963shadowBrush.CenterColor = shadowColor; 1092shadowBrush.CenterColor = shadowColor; 3825 shadowBrush.CenterColor = shadowColor; 4819 shadowBrush.CenterColor = centerColor; 5214 brush.CenterColor = Color.Transparent; 5251 brushInner.CenterColor = Color.FromArgb(100, Color.Black);
Common\General\ChartGraphics3D.cs (2)
3569shadowBrush.CenterColor = shadowColor; 3603circleBrush.CenterColor = ChartGraphics.GetGradientColor(markerColor, Color.White, 0.85);
System.Windows.Forms.DataVisualization (11)
Common\General\ChartGraphics.cs (9)
526pathGradientBrush.CenterColor = firstColor; 562 gradientBrush.CenterColor = firstColor; 852shadowBrush.CenterColor = shadowColor; 963shadowBrush.CenterColor = shadowColor; 1092shadowBrush.CenterColor = shadowColor; 3825 shadowBrush.CenterColor = shadowColor; 4819 shadowBrush.CenterColor = centerColor; 5214 brush.CenterColor = Color.Transparent; 5251 brushInner.CenterColor = Color.FromArgb(100, Color.Black);
Common\General\ChartGraphics3D.cs (2)
3569shadowBrush.CenterColor = shadowColor; 3603circleBrush.CenterColor = ChartGraphics.GetGradientColor(markerColor, Color.White, 0.85);
2 references to CenterColor
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
4050 brushColor = ((PathGradientBrush)brush).CenterColor;
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
4050 brushColor = ((PathGradientBrush)brush).CenterColor;