3 writes to tempTickMarkIntervalType
System.Web.DataVisualization (3)
Common\General\Axis.cs (1)
3209
tempTickMarkIntervalType
= majorTickMark.intervalType;
Common\General\GridTickMarks.cs (2)
1180
axis.
tempTickMarkIntervalType
= this.intervalType;
1869
this._axis.
tempTickMarkIntervalType
= intervalType;
2 references to tempTickMarkIntervalType
System.Web.DataVisualization (2)
Common\General\Axis.cs (2)
1416
majorTickMark.intervalType =
tempTickMarkIntervalType
;
3318
majorTickMark.intervalType =
tempTickMarkIntervalType
;