3 writes to IntervalType
System.Web.DataVisualization (3)
Common\General\Axis.cs (3)
3074stripLine.IntervalType = this.MajorGrid.GetIntervalType(); 3084stripLine.IntervalType = this.MajorTickMark.GetIntervalType(); 3094stripLine.IntervalType = this.LabelStyle.GetIntervalType();
3 references to IntervalType
System.Web.DataVisualization (3)
Common\General\StripLine.cs (3)
300currentPosition = ChartHelper.AlignIntervalStart(currentPosition, intervalToUse, this.IntervalType, axisSeries); 310 DateTimeIntervalType offsetType = (IntervalOffsetType == DateTimeIntervalType.Auto) ? IntervalType : IntervalOffsetType; 510currentPosition += ChartHelper.GetIntervalSize(currentPosition, this.Interval, this.IntervalType, axisSeries, this.IntervalOffset, offsetType, false);