1 write to IntervalType
System.Windows.Forms.DataVisualization (1)
Common\General\Axis.cs (1)
4379 axisScaleSegment.IntervalType = newIntervalType;
4 references to IntervalType
System.Windows.Forms.DataVisualization (4)
Common\General\Axis.cs (1)
4270 DateTimeIntervalType currentIntervalType = (axisScaleSegment == null) ? this.labelStyle.GetIntervalType() : axisScaleSegment.IntervalType;
Common\General\AxisScaleSegments.cs (3)
775 this.axis.majorGrid.intervalType = this.IntervalType; 780 this.axis.majorTickMark.intervalType = this.IntervalType; 785 this.axis.LabelStyle.intervalType = this.IntervalType;