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