5 references to BubbleScaleMin
System.Windows.Forms.DataVisualization (5)
Common\ChartTypes\BubbleChart.cs (4)
224 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleScaleMin)) 226 _minAll = Math.Min(_minAll, CommonElements.ParseDouble(ser[CustomPropertyName.BubbleScaleMin])); 363 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleScaleMin)) 365 minAll = Math.Min(minAll, CommonElements.ParseDouble(ser[CustomPropertyName.BubbleScaleMin]));
Common\Utilities\CustomAttributesRegistry.cs (1)
756 CustomPropertyName.BubbleScaleMin,