12 references to Enabled
System.Windows.Forms.DataVisualization (12)
Common\General\Axis.cs (6)
3090
else if (this.LabelStyle.
Enabled
&& this.LabelStyle.GetInterval() != 0.0)
3655
this.LabelStyle.
Enabled
&&
3973
if (this.LabelStyle.
Enabled
)
4004
if (!this.LabelStyle.
Enabled
)
4754
!this.LabelStyle.
Enabled
)
5025
this.LabelStyle.
Enabled
&&
Common\General\AxisLabels.cs (2)
246
!this.LabelStyle.
Enabled
||
284
if( !this.LabelStyle.
Enabled
|| !this.enabled )
Common\General\ChartArea.cs (2)
2568
if(!this.AxisX.LabelStyle.
Enabled
)
2592
if(this.AxisX.LabelStyle.
Enabled
&& this.AxisX.IsLabelAutoFit)
Common\General\Label.cs (2)
1131
if (!_axis.LabelStyle.
Enabled
)
1370
if (!_axis.LabelStyle.
Enabled
)