2 writes to roundedXValues
System.Windows.Forms.DataVisualization (2)
Common\General\Axis.cs (1)
3153this.roundedXValues = true;
Common\General\ChartAreaAxes.cs (1)
1096 axis.roundedXValues = true;
5 references to roundedXValues
System.Windows.Forms.DataVisualization (5)
Common\General\AxisScale.cs (3)
1241 if( margin == 0.0 && !this.roundedXValues ) 2253 if( !roundedXValues && ( axisType == AxisName.X || axisType == AxisName.X2 ) ) 2327 if( axisType == AxisName.Y || axisType == AxisName.Y2 || ( roundedXValues && ( axisType == AxisName.X || axisType == AxisName.X2 )))
Common\General\ChartAreaAxes.cs (2)
726 if( !axis.roundedXValues && ( axis.axisType == AxisName.X || axis.axisType == AxisName.X2 ) ) 767 if( !axis.roundedXValues && ( axis.axisType == AxisName.X || axis.axisType == AxisName.X2 ) )