11 references to AxisEnabled
System.Windows.Forms.DataVisualization (11)
Common\General\Axis.cs (3)
3654 if( this.Enabled != AxisEnabled.False && 5024 if( this.Enabled != AxisEnabled.False && 5074this.Enabled != AxisEnabled.False)
Common\General\AxisScale.cs (7)
682 DefaultValue(typeof(AxisEnabled), "Auto"), 689 public AxisEnabled Enabled 696 return AxisEnabled.Auto; 700 return AxisEnabled.True; 704 return AxisEnabled.False; 709 if( value == AxisEnabled.Auto ) 713 else if( value == AxisEnabled.True )
Common\Utilities\CustomAttributesRegistry.cs (1)
469 typeof(AxisEnabled),