11 writes to autoXValueType
System.Windows.Forms.DataVisualization (11)
Common\DataManager\DataPoint.cs (2)
1070 this.series.autoXValueType = true; 1330 series.autoXValueType = true;
Common\DataManager\DataSeries.cs (3)
1567 autoXValueType = false; 1679 autoXValueType = true; 1918 this.autoXValueType = false;
Common\General\Chart.cs (1)
1205 series.autoXValueType = ((Series)seriesList[0]).autoXValueType;
Common\General\DataManipulator.cs (4)
1226 output[seriesIndex].autoXValueType = true; 1328 output[seriesIndex].autoXValueType = true; 2252 output.autoXValueType = true; 2501 output.autoXValueType = true;
Common\General\FormulaData.cs (1)
878outSeries[seriesIndx].autoXValueType = inSeries[seriesIndx].autoXValueType;
7 references to autoXValueType
System.Windows.Forms.DataVisualization (7)
Common\DataManager\DataSeries.cs (1)
1564 if(autoXValueType)
Common\General\Chart.cs (1)
1205 series.autoXValueType = ((Series)seriesList[0]).autoXValueType;
Common\General\DataManipulator.cs (4)
1223 if(output[seriesIndex].XValueType == ChartValueType.Auto || output[seriesIndex].autoXValueType) 1325 if(output[seriesIndex].XValueType == ChartValueType.Auto || output[seriesIndex].autoXValueType) 2249 if(output.XValueType == ChartValueType.Auto || output.autoXValueType) 2498 if(output.XValueType == ChartValueType.Auto || output.autoXValueType)
Common\General\FormulaData.cs (1)
878outSeries[seriesIndx].autoXValueType = inSeries[seriesIndx].autoXValueType;