1 write to _maxPossibleBubbleSize
System.Web.DataVisualization (1)
Common\ChartTypes\BubbleChart.cs (1)
236 _maxPossibleBubbleSize = CommonElements.ParseDouble(ser[CustomPropertyName.BubbleMaxSize]);
3 references to _maxPossibleBubbleSize
System.Web.DataVisualization (3)
Common\ChartTypes\BubbleChart.cs (3)
237 if(_maxPossibleBubbleSize < 0 || _maxPossibleBubbleSize > 100) 304 _maxBubleSize = (float)(Math.Min(areaSize.Width, areaSize.Height) / (100.0/_maxPossibleBubbleSize));