10 writes to intervalType
System.Windows.Forms.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; 272xAxis.intervalType = DateTimeIntervalType.Auto;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
204 xAxis.intervalType = intervalType; 274xAxis.intervalType = DateTimeIntervalType.Auto;
Common\General\Axis.cs (2)
1407intervalType = DateTimeIntervalType.Auto; 1411intervalType = value;
1 reference to intervalType
System.Windows.Forms.DataVisualization (1)
Common\General\Axis.cs (1)
1400return intervalType;