Common\ChartTypes\PieChart.cs (2)
3325brush = graph.GetGradientBrush(graph.GetAbsoluteRectangle(area.Position.ToRectangleF()), Color.FromArgb(brushWithoutLight.Color.A, 0, 0, 0), brushWithoutLight.Color, GradientStyle.VerticalCenter);
3837brush = graph.GetGradientBrush(graph.GetAbsoluteRectangle(area.Position.ToRectangleF()), Color.FromArgb(brushWithoutLight.Color.A, 0, 0, 0), brushWithoutLight.Color, GradientStyle.VerticalCenter);
Common\General\ChartGraphics.cs (5)
3501 brush = GetGradientBrush( rect, backColor, backSecondaryColor, backGradientStyle );
4175 brush = GetGradientBrush( rect, backColor, backSecondaryColor, backGradientStyle );
4475 brush = GetGradientBrush(
4629 brush = GetGradientBrush( rect, backColor, backSecondaryColor, backGradientStyle );
5035fillBrush = GetGradientBrush(path.GetBounds(), backColor, backSecondaryColor, backGradientStyle);