3 references to ForeColor
System.Windows.Forms.DataVisualization (3)
Common\General\Selection.cs (1)
2272if ((title.Text.Length == 0 || title.ForeColor == Color.Transparent) &&
Common\General\Title.cs (2)
1608Color textShadowColor = ChartGraphics.GetGradientColor(this.ForeColor, Color.Black, 0.8); 1667Title.DrawStringWithStyle(chartGraph, titleText, textStyle, this.Font, absPosition, this.ForeColor, textShadowColor, textShadowOffset, format, this.GetTextOrientation());