1 write to _aveLabelFontSize
System.Windows.Forms.DataVisualization (1)
Common\General\Axis.cs (1)
3721
_aveLabelFontSize
= _minLabelFontSize + Math.Abs(size - _minLabelFontSize)/2f;
1 reference to _aveLabelFontSize
System.Windows.Forms.DataVisualization (1)
Common\General\Axis.cs (1)
3774
if (autoLabelFont.SizeInPoints >=
_aveLabelFontSize
&&