5 references to ShadowColor
System.Windows.Forms.DataVisualization (5)
Common\General\AxisScaleSegments.cs (4)
385 if( this.axis.ChartArea.ShadowOffset != 0 && !this.axis.ChartArea.ShadowColor.IsEmpty) 422 int transparencyStep = (int)(this.axis.ChartArea.ShadowColor.A / size); 458 this.axis.ChartArea.ShadowColor.A - transparencyStep * index, 459 this.axis.ChartArea.ShadowColor);
Common\General\ChartArea.cs (1)
2028 ShadowColor,