10 references to IntervalType
System.Web.DataVisualization (10)
Common\ChartTypes\BarChart.cs (1)
445
interval = ChartHelper.GetIntervalSize(vAxis.minimum, vAxis.Interval, vAxis.
IntervalType
);
Common\ChartTypes\ColumnChart.cs (1)
359
interval = ChartHelper.GetIntervalSize(hAxis.minimum, hAxis.Interval, hAxis.
IntervalType
);
Common\ChartTypes\KagiChart.cs (1)
164
if(xAxis.Interval == 0 && xAxis.
IntervalType
== DateTimeIntervalType.Auto)
Common\ChartTypes\PointAndFigureChart.cs (1)
188
if(xAxis.Interval == 0 && xAxis.
IntervalType
== DateTimeIntervalType.Auto)
Common\ChartTypes\RenkoChart.cs (1)
169
if(xAxis.Interval == 0 && xAxis.
IntervalType
== DateTimeIntervalType.Auto)
Common\ChartTypes\StackedBarChart.cs (1)
713
interval = ChartHelper.GetIntervalSize(vAxis.minimum, vAxis.Interval, vAxis.
IntervalType
);
Common\ChartTypes\StackedColumnChart.cs (1)
722
interval = ChartHelper.GetIntervalSize(hAxis.minimum, hAxis.Interval, hAxis.
IntervalType
);
Common\ChartTypes\ThreeLineBreakChart.cs (1)
170
if(xAxis.Interval == 0 && xAxis.
IntervalType
== DateTimeIntervalType.Auto)
Common\General\GridTickMarks.cs (1)
1904
return this._axis.
IntervalType
;
Common\General\Label.cs (1)
2724
return this._axis.
IntervalType
;