3 writes to IntervalOffsetType
System.Web.DataVisualization (3)
Common\General\Axis.cs (3)
3076
stripLine.
IntervalOffsetType
= this.MajorGrid.GetIntervalOffsetType();
3086
stripLine.
IntervalOffsetType
= this.MajorTickMark.GetIntervalOffsetType();
3096
stripLine.
IntervalOffsetType
= this.LabelStyle.GetIntervalOffsetType();
2 references to IntervalOffsetType
System.Web.DataVisualization (2)
Common\General\StripLine.cs (2)
310
DateTimeIntervalType offsetType = (
IntervalOffsetType
== DateTimeIntervalType.Auto) ? IntervalType :
IntervalOffsetType
;