3 references to maxAxisMarkSize
System.Web.DataVisualization (3)
Common\General\Axis.cs (3)
3542
this.markSize = Math.Min(this.markSize, (plotArea.Height / 100F) * (Axis.
maxAxisMarkSize
/ axesNumber));
3548
this.markSize = Math.Min(this.markSize, (plotArea.Width / 100F) * (Axis.
maxAxisMarkSize
/ axesNumber));
3600
this.markSize = Math.Min(this.markSize, (plotArea.Width / 100F) * (Axis.
maxAxisMarkSize
/ axesNumber));