1 write to _maximumLegendAutoSize
System.Web.DataVisualization (1)
Common\General\Legend.cs (1)
2918
this.
_maximumLegendAutoSize
= value;
3 references to _maximumLegendAutoSize
System.Web.DataVisualization (3)
Common\General\Legend.cs (3)
1098
maxSize.Height = (maxSize.Height / 100F) * this.
_maximumLegendAutoSize
;
1102
maxSize.Width = (maxSize.Width / 100F) * this.
_maximumLegendAutoSize
;
2910
return this.
_maximumLegendAutoSize
;