4 references to LabelAutoFitMaxFontSize
System.Web.DataVisualization (4)
Common\General\Axis.cs (4)
3719
size = (float)Math.Max(this.
LabelAutoFitMaxFontSize
, this.LabelAutoFitMinFontSize);
3720
_minLabelFontSize = Math.Min(this.LabelAutoFitMinFontSize, this.
LabelAutoFitMaxFontSize
);
4760
_minLabelFontSize = Math.Min(this.LabelAutoFitMinFontSize, this.
LabelAutoFitMaxFontSize
);
4765
Math.Max(this.
LabelAutoFitMaxFontSize
, this.LabelAutoFitMinFontSize),