8 references to Exploded
System.Windows.Forms.DataVisualization (8)
Common\ChartTypes\PieChart.cs (7)
442 collectedPoint[CustomPropertyName.Exploded] = series[CustomPropertyName.CollectedSliceExploded]; 828 if(point.IsCustomPropertySet(CustomPropertyName.Exploded)) 830 explodedAttrib = point[CustomPropertyName.Exploded]; 2433 if(point.IsCustomPropertySet(CustomPropertyName.Exploded)) 2435 explodedAttrib = point[CustomPropertyName.Exploded]; 2569 if(point.IsCustomPropertySet(CustomPropertyName.Exploded)) 2571 explodedAttrib = point[CustomPropertyName.Exploded];
Common\Utilities\CustomAttributesRegistry.cs (1)
935 CustomPropertyName.Exploded,