3 writes to Interval
System.Web.DataVisualization (3)
Common\General\Axis.cs (3)
3073
stripLine.
Interval
= this.MajorGrid.GetInterval() * 2.0;
3083
stripLine.
Interval
= this.MajorTickMark.GetInterval() * 2.0;
3093
stripLine.
Interval
= this.LabelStyle.GetInterval() * 2.0;
6 references to Interval
System.Web.DataVisualization (6)
Common\General\StripLine.cs (6)
291
double intervalToUse = this.
Interval
;
304
if(this.
Interval
!= 0)
311
if(this.
Interval
== 0)
508
if(this.
Interval
> 0)
510
currentPosition += ChartHelper.GetIntervalSize(currentPosition, this.
Interval
, this.IntervalType, axisSeries, this.IntervalOffset, offsetType, false);
513
} while(this.
Interval
> 0 && currentPosition <= this.Axis.ViewMaximum);