17 writes to intervalType
System.Web.DataVisualization (17)
Common\General\Axis.cs (4)
1415
majorGrid.
intervalType
= tempGridIntervalType;
1416
majorTickMark.
intervalType
= tempTickMarkIntervalType;
3317
majorGrid.
intervalType
= tempGridIntervalType;
3318
majorTickMark.
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;
1861
intervalType
= value;
16 references to intervalType
System.Web.DataVisualization (16)
Common\General\Axis.cs (2)
3208
tempGridIntervalType = majorGrid.
intervalType
;
3209
tempTickMarkIntervalType = 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
;
1857
return
intervalType
;
1869
this._axis.tempTickMarkIntervalType =
intervalType
;
1873
this._axis.tempGridIntervalType =
intervalType
;
1889
return
intervalType
!= DateTimeIntervalType.NotSet;
1891
return
intervalType
!= DateTimeIntervalType.Auto;
1901
if(this.majorGridTick &&
intervalType
== DateTimeIntervalType.NotSet && this._axis != null)
1906
return
intervalType
;