11 references to None
System.Web.DataVisualization (11)
Common\ChartTypes\PieChart.cs (4)
2695 if( point.BorderColor == Color.Empty && area.Area3DStyle.LightStyle == LightStyle.None ) 2708 if( point.BorderColor != Color.Empty || area.Area3DStyle.LightStyle == LightStyle.None ) 3319if (area.Area3DStyle.LightStyle == LightStyle.None) 3831if (area.Area3DStyle.LightStyle == LightStyle.None)
Common\General\ChartGraphics3D.cs (5)
2881 if( lightStyle == LightStyle.None && 3033if (lightStyle != LightStyle.None && 4016 if( lightStyle == LightStyle.None && 4160 if(lightStyle != LightStyle.None) 4299if (lightStyle != LightStyle.None &&
Common\General\Matrix3D.cs (2)
915 case LightStyle.None: 1034 case LightStyle.None: