3 writes to IsLabelAutoFit
System.Web.DataVisualization (3)
Common\General\Label.cs (3)
2754 this._axis.IsLabelAutoFit = false; 2828 this._axis.IsLabelAutoFit = false; 2869this._axis.IsLabelAutoFit = false;
6 references to IsLabelAutoFit
System.Web.DataVisualization (6)
Common\General\Axis.cs (4)
3703if (this.IsLabelAutoFit && 4752if (!this.IsLabelAutoFit || 5072if (this.IsLabelAutoFit && 5111if (currentAxis.enabled && currentAxis.IsLabelAutoFit && currentAxis.autoLabelFont != null)
Common\General\ChartArea.cs (2)
1538 if(axis.IsLabelAutoFit && axis.autoLabelFont != null) 2592 if(this.AxisX.LabelStyle.Enabled && this.AxisX.IsLabelAutoFit)