4 writes to AllowOutOfScaleValues
System.Windows.Forms.DataVisualization (4)
Common\General\Axis.cs (2)
4058
this.ScaleSegments.
AllowOutOfScaleValues
= true;
4152
this.ScaleSegments.
AllowOutOfScaleValues
= false;
Common\General\Label.cs (2)
1572
_axis.ScaleSegments.
AllowOutOfScaleValues
= true;
1794
_axis.ScaleSegments.
AllowOutOfScaleValues
= false;
1 reference to AllowOutOfScaleValues
System.Windows.Forms.DataVisualization (1)
Common\General\AxisScale.cs (1)
1863
if(!this.ScaleSegments.
AllowOutOfScaleValues
)