13 references to PieLabelStyle
System.Windows.Forms.DataVisualization (13)
Common\ChartTypes\PieChart.cs (12)
1114 else if(series.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1116 string labelStyleAttrib = series[CustomPropertyName.PieLabelStyle]; 1141 else if(point.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1143 string labelStyleAttrib = point[CustomPropertyName.PieLabelStyle]; 1535 else if(series.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1537 string labelStyleAttrib = series[CustomPropertyName.PieLabelStyle]; 1561 else if(point.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1563 string labelStyleAttrib = point[CustomPropertyName.PieLabelStyle]; 1613 else if(series.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1615 string labelStyleAttrib = series[CustomPropertyName.PieLabelStyle]; 1639 else if(point.IsCustomPropertySet(CustomPropertyName.PieLabelStyle)) 1641 string labelStyleAttrib = point[CustomPropertyName.PieLabelStyle];
Common\Utilities\CustomAttributesRegistry.cs (1)
974 CustomPropertyName.PieLabelStyle,