26 references to GetIntervalType
System.Windows.Forms.DataVisualization (26)
Common\ChartTypes\BarChart.cs (2)
439
if(!double.IsNaN(vAxis.majorGrid.GetInterval()) && vAxis.majorGrid.
GetIntervalType
() != DateTimeIntervalType.NotSet)
441
interval = ChartHelper.GetIntervalSize(vAxis.minimum, vAxis.majorGrid.GetInterval(), vAxis.majorGrid.
GetIntervalType
());
Common\ChartTypes\ColumnChart.cs (2)
353
if (!double.IsNaN(hAxis.majorGrid.GetInterval()) && hAxis.majorGrid.
GetIntervalType
() != DateTimeIntervalType.NotSet)
355
interval = ChartHelper.GetIntervalSize(hAxis.minimum, hAxis.majorGrid.GetInterval(), hAxis.majorGrid.
GetIntervalType
());
Common\ChartTypes\StackedBarChart.cs (2)
707
if (!double.IsNaN(vAxis.majorGrid.GetInterval()) && vAxis.majorGrid.
GetIntervalType
() != DateTimeIntervalType.NotSet)
709
interval = ChartHelper.GetIntervalSize(vAxis.minimum, vAxis.majorGrid.GetInterval(), vAxis.majorGrid.
GetIntervalType
());
Common\ChartTypes\StackedColumnChart.cs (2)
716
if (!double.IsNaN(hAxis.majorGrid.GetInterval()) && hAxis.majorGrid.
GetIntervalType
() != DateTimeIntervalType.NotSet)
718
interval = ChartHelper.GetIntervalSize(hAxis.minimum, hAxis.majorGrid.GetInterval(), hAxis.majorGrid.
GetIntervalType
());
Common\General\Axis.cs (4)
3074
stripLine.IntervalType = this.MajorGrid.
GetIntervalType
();
3078
stripLine.StripWidthType = this.MajorGrid.
GetIntervalType
();
3084
stripLine.IntervalType = this.MajorTickMark.
GetIntervalType
();
3088
stripLine.StripWidthType = this.MajorTickMark.
GetIntervalType
();
Common\General\GridTickMarks.cs (14)
162
if (this.Axis.majorGrid.
GetIntervalType
() == DateTimeIntervalType.Auto)
169
DateTimeIntervalType localIntervalType = this.Axis.majorGrid.
GetIntervalType
();
213
DateTimeIntervalType offsetType = (GetIntervalOffsetType() == DateTimeIntervalType.Auto) ?
GetIntervalType
() : GetIntervalOffsetType();
225
current = ChartHelper.AlignIntervalStart(current, this.GetInterval(), this.
GetIntervalType
(), axisSeries, this.majorGridTick);
236
if ((Axis.ViewMaximum - Axis.ViewMinimum) / ChartHelper.GetIntervalSize(current, this.GetInterval(), this.
GetIntervalType
(), axisSeries, 0, DateTimeIntervalType.Number, true) > ChartHelper.MaxNumOfGridlines)
386
interval = ChartHelper.GetIntervalSize(current, this.GetInterval(), this.
GetIntervalType
(), axisSeries, this.GetIntervalOffset(), offsetType, true);
569
DateTimeIntervalType offsetType = (GetIntervalOffsetType() == DateTimeIntervalType.Auto) ?
GetIntervalType
() : GetIntervalOffsetType();
1283
if( this._axis.majorGrid.
GetIntervalType
() == DateTimeIntervalType.Auto )
1290
DateTimeIntervalType localIntervalType = this._axis.majorGrid.
GetIntervalType
();
1316
current = ChartHelper.AlignIntervalStart(current, this.GetInterval(), this.
GetIntervalType
(), axisSeries, this.majorGridTick);
1320
DateTimeIntervalType offsetType = (GetIntervalOffsetType() == DateTimeIntervalType.Auto) ?
GetIntervalType
() : GetIntervalOffsetType();
1327
if( ( _axis.ViewMaximum - _axis.ViewMinimum ) / ChartHelper.GetIntervalSize( current, this.GetInterval(), this.
GetIntervalType
(), axisSeries, 0, DateTimeIntervalType.Number, true ) > ChartHelper.MaxNumOfGridlines )
1351
gridInterval = ChartHelper.GetIntervalSize(current, autoInterval, this.
GetIntervalType
(), axisSeries, this.GetIntervalOffset(), offsetType, true);
1443
DateTimeIntervalType offsetType = (GetIntervalOffsetType() == DateTimeIntervalType.Auto) ?
GetIntervalType
() : GetIntervalOffsetType();