10 writes to intervalType
System.Web.DataVisualization (10)
Common\ChartTypes\KagiChart.cs (2)
198
xAxis.
intervalType
= intervalType;
264
xAxis.
intervalType
= DateTimeIntervalType.Auto;
Common\ChartTypes\PointAndFigureChart.cs (2)
222
xAxis.
intervalType
= intervalType;
299
xAxis.
intervalType
= DateTimeIntervalType.Auto;
Common\ChartTypes\RenkoChart.cs (2)
203
xAxis.
intervalType
= intervalType;
272
xAxis.
intervalType
= DateTimeIntervalType.Auto;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
204
xAxis.
intervalType
= intervalType;
274
xAxis.
intervalType
= DateTimeIntervalType.Auto;
Common\General\Axis.cs (2)
1407
intervalType
= DateTimeIntervalType.Auto;
1411
intervalType
= value;
1 reference to intervalType
System.Web.DataVisualization (1)
Common\General\Axis.cs (1)
1400
return
intervalType
;