6 references to PolarDrawingStyle
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\PolarChart.cs (5)
203if (point.IsCustomPropertySet(CustomPropertyName.PolarDrawingStyle) || 204ser.IsCustomPropertySet(CustomPropertyName.PolarDrawingStyle)) 207(point.IsCustomPropertySet(CustomPropertyName.PolarDrawingStyle)) ? 208point[CustomPropertyName.PolarDrawingStyle] : 209ser[CustomPropertyName.PolarDrawingStyle];
Common\Utilities\CustomAttributesRegistry.cs (1)
1221CustomPropertyName.PolarDrawingStyle,