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