3 writes to _minAll
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\BubbleChart.cs (3)
215
_minAll
= double.MaxValue;
226
_minAll
= Math.Min(_minAll, CommonElements.ParseDouble(ser[CustomPropertyName.BubbleScaleMin]));
294
_minAll
= minSer;
8 references to _minAll
System.Windows.Forms.DataVisualization (8)
Common\ChartTypes\BubbleChart.cs (8)
226
_minAll = Math.Min(
_minAll
, CommonElements.ParseDouble(ser[CustomPropertyName.BubbleScaleMin]));
268
if(
_minAll
== double.MaxValue || _maxAll == double.MinValue)
292
if(
_minAll
== double.MaxValue)
308
if(_maxAll ==
_minAll
)
311
this._valueDiff =
_minAll
- (_maxBubleSize - _minBubleSize)/2f;
315
this._valueScale = (_maxBubleSize - _minBubleSize) / (_maxAll -
_minAll
);
316
this._valueDiff =
_minAll
;
327
if(value <
_minAll
)