22 writes to CenterColor
System.Web.DataVisualization (11)
Common\General\ChartGraphics.cs (9)
526
pathGradientBrush.
CenterColor
= firstColor;
562
gradientBrush.
CenterColor
= firstColor;
852
shadowBrush.
CenterColor
= shadowColor;
963
shadowBrush.
CenterColor
= shadowColor;
1092
shadowBrush.
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)
3569
shadowBrush.
CenterColor
= shadowColor;
3603
circleBrush.
CenterColor
= ChartGraphics.GetGradientColor(markerColor, Color.White, 0.85);
System.Windows.Forms.DataVisualization (11)
Common\General\ChartGraphics.cs (9)
526
pathGradientBrush.
CenterColor
= firstColor;
562
gradientBrush.
CenterColor
= firstColor;
852
shadowBrush.
CenterColor
= shadowColor;
963
shadowBrush.
CenterColor
= shadowColor;
1092
shadowBrush.
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)
3569
shadowBrush.
CenterColor
= shadowColor;
3603
circleBrush.
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
;