3 references to AlignIntervalStart
System.Windows.Forms.DataVisualization (3)
Common\General\ChartElement.cs (1)
933
return
AlignIntervalStart
( start, intervalSize, type, series, true );
Common\General\GridTickMarks.cs (2)
225
current = ChartHelper.
AlignIntervalStart
(current, this.GetInterval(), this.GetIntervalType(), axisSeries, this.majorGridTick);
1316
current = ChartHelper.
AlignIntervalStart
(current, this.GetInterval(), this.GetIntervalType(), axisSeries, this.majorGridTick);