2 references to Is3DChartType
System.Web.DataVisualization (2)
Common\Converters\CustomAttributesConverters.cs (2)
259
if( (
Is3DChartType
(obj) && attrInfo.AppliesTo3D) ||
260
(!
Is3DChartType
(obj) && attrInfo.AppliesTo2D) )