3 writes to _maxAll
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\BubbleChart.cs (3)
216
_maxAll
= double.MinValue;
230
_maxAll
= Math.Max(_maxAll, CommonElements.ParseDouble(ser[CustomPropertyName.BubbleScaleMax]));
298
_maxAll
= maxSer;
6 references to _maxAll
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\BubbleChart.cs (6)
230
_maxAll = Math.Max(
_maxAll
, CommonElements.ParseDouble(ser[CustomPropertyName.BubbleScaleMax]));
268
if(_minAll == double.MaxValue ||
_maxAll
== double.MinValue)
296
if(
_maxAll
== double.MinValue)
308
if(
_maxAll
== _minAll)
315
this._valueScale = (_maxBubleSize - _minBubleSize) / (
_maxAll
- _minAll);
323
if(value >
_maxAll
)