1 write to ForeColor
System.Windows.Forms.DataVisualization (1)
Common\General\Label.cs (1)
537 newLabel.ForeColor = this.ForeColor;
6 references to ForeColor
System.Windows.Forms.DataVisualization (6)
Common\General\ChartArea.cs (1)
2909axis.TitleForeColor = this.AxisX.CustomLabels[sectorIndex].ForeColor;
Common\General\Label.cs (5)
537 newLabel.ForeColor = this.ForeColor; 1772using (Brush brush = new SolidBrush((label.ForeColor.IsEmpty) ? _foreColor : label.ForeColor)) 2489using (Brush brush = new SolidBrush((label.ForeColor.IsEmpty) ? _foreColor : label.ForeColor))