17 writes to intervalType
System.Windows.Forms.DataVisualization (17)
Common\General\Axis.cs (4)
1415majorGrid.intervalType = tempGridIntervalType; 1416majorTickMark.intervalType = tempTickMarkIntervalType; 3317majorGrid.intervalType = tempGridIntervalType; 3318majorTickMark.intervalType = tempTickMarkIntervalType;
Common\General\AxisScale.cs (4)
447 majorGrid.intervalType = value; 453 majorTickMark.intervalType = value; 508 majorGrid.intervalType = newIntervalType; 515 majorTickMark.intervalType = newIntervalType;
Common\General\AxisScaleSegments.cs (4)
775 this.axis.majorGrid.intervalType = this.IntervalType; 780 this.axis.majorTickMark.intervalType = this.IntervalType; 804 this.axis.majorTickMark.intervalType = (DateTimeIntervalType)_oldAxisSettings.Pop(); 809 this.axis.majorGrid.intervalType = (DateTimeIntervalType)_oldAxisSettings.Pop();
Common\General\GridTickMarks.cs (5)
176 this.intervalType = localIntervalType; 553 this.intervalType = oldIntervalType; 1297 this.intervalType = localIntervalType; 1427 this.intervalType = oldIntervalType; 1861intervalType = value;
16 references to intervalType
System.Windows.Forms.DataVisualization (16)
Common\General\Axis.cs (2)
3208tempGridIntervalType = majorGrid.intervalType; 3209tempTickMarkIntervalType = majorTickMark.intervalType;
Common\General\AxisScaleSegments.cs (2)
755 _oldAxisSettings.Push(this.axis.majorGrid.intervalType); 760 _oldAxisSettings.Push(this.axis.majorTickMark.intervalType);
Common\General\GridTickMarks.cs (12)
156 DateTimeIntervalType oldIntervalType = this.intervalType; 1174 if(this.intervalType != DateTimeIntervalType.Auto) 1180 axis.tempTickMarkIntervalType = this.intervalType; 1187 axis.tempGridIntervalType = this.intervalType; 1277 DateTimeIntervalType oldIntervalType = this.intervalType; 1857return intervalType; 1869this._axis.tempTickMarkIntervalType = intervalType; 1873this._axis.tempGridIntervalType = intervalType; 1889return intervalType != DateTimeIntervalType.NotSet; 1891return intervalType != DateTimeIntervalType.Auto; 1901 if(this.majorGridTick && intervalType == DateTimeIntervalType.NotSet && this._axis != null) 1906 return intervalType;