12 references to Enabled
System.Windows.Forms.DataVisualization (12)
Common\General\Axis.cs (6)
3090else if (this.LabelStyle.Enabled && this.LabelStyle.GetInterval() != 0.0) 3655 this.LabelStyle.Enabled && 3973if (this.LabelStyle.Enabled) 4004if (!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)
1131if (!_axis.LabelStyle.Enabled) 1370if (!_axis.LabelStyle.Enabled)