14 writes to autoYValueType
System.Windows.Forms.DataVisualization (14)
Common\DataManager\DataPoint.cs (5)
1008
this.series.
autoYValueType
= true;
1013
this.series.
autoYValueType
= true;
1080
this.series.
autoYValueType
= true;
1085
this.series.
autoYValueType
= true;
1338
series.
autoYValueType
= true;
Common\DataManager\DataSeries.cs (3)
1572
autoYValueType
= false;
1684
autoYValueType
= true;
1970
this.
autoYValueType
= false;
Common\General\Chart.cs (1)
1207
series.
autoYValueType
= ((Series)seriesList[0]).autoYValueType;
Common\General\DataManipulator.cs (4)
1232
output[seriesIndex].
autoYValueType
= true;
1334
output[seriesIndex].
autoYValueType
= true;
2258
output.
autoYValueType
= true;
2507
output.
autoYValueType
= true;
Common\General\FormulaData.cs (1)
885
outSeries[seriesIndx].
autoYValueType
= inSeries[seriesIndx].autoYValueType;
7 references to autoYValueType
System.Windows.Forms.DataVisualization (7)
Common\DataManager\DataSeries.cs (1)
1569
if(
autoYValueType
)
Common\General\Chart.cs (1)
1207
series.autoYValueType = ((Series)seriesList[0]).
autoYValueType
;
Common\General\DataManipulator.cs (4)
1229
if(output[seriesIndex].YValueType == ChartValueType.Auto || output[seriesIndex].
autoYValueType
)
1331
if(output[seriesIndex].YValueType == ChartValueType.Auto || output[seriesIndex].
autoYValueType
)
2255
if(output.YValueType == ChartValueType.Auto || output.
autoYValueType
)
2504
if(output.YValueType == ChartValueType.Auto || output.
autoYValueType
)
Common\General\FormulaData.cs (1)
885
outSeries[seriesIndx].autoYValueType = inSeries[seriesIndx].
autoYValueType
;