1 write to softShadows
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
1799 ChartGraph.softShadows = _isSoftShadows;
13 references to softShadows
System.Windows.Forms.DataVisualization (13)
Common\General\ChartGraphics.cs (12)
832if (!softShadows) 941(softShadows) ? shadowSize + 1 : shadowSize, 942(softShadows) ? shadowSize + 1 : shadowSize); 946if (!softShadows) 1019translateMatrix.Translate((softShadows) ? 0 : shadowSize, 1020(softShadows) ? 0 : shadowSize); 1024if (!softShadows) 1072translateMatrix.Translate((softShadows) ? shadowSize - 1 : shadowSize, 1073(softShadows) ? shadowSize + 1 : shadowSize); 1077if (!softShadows) 3748 if(!softShadows || circularSectorsCount > 2) 5089 if( shadow && softShadows )
Common\General\ChartGraphics3D.cs (1)
3549if (!graph.softShadows)