3 writes to IsLabelAutoFit
System.Windows.Forms.DataVisualization (3)
Common\General\Label.cs (3)
2754
this._axis.
IsLabelAutoFit
= false;
2828
this._axis.
IsLabelAutoFit
= false;
2869
this._axis.
IsLabelAutoFit
= false;
6 references to IsLabelAutoFit
System.Windows.Forms.DataVisualization (6)
Common\General\Axis.cs (4)
3703
if (this.
IsLabelAutoFit
&&
4752
if (!this.
IsLabelAutoFit
||
5072
if (this.
IsLabelAutoFit
&&
5111
if (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
)