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