7 writes to YValueIndex
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\ColumnChart.cs (1)
1012 this.YValueIndex = 1;
Common\ChartTypes\RangeChart.cs (6)
390 this.YValueIndex = 1; 392 this.YValueIndex = 0; 552this.YValueIndex = 1; 554this.YValueIndex = 0; 655 this.YValueIndex = 1; 657 this.YValueIndex = 0;
13 references to YValueIndex
System.Windows.Forms.DataVisualization (13)
Common\ChartTypes\ColumnChart.cs (1)
707 ArrayList dataPointDrawingOrder = area.GetDataPointDrawingOrder(typeSeries, this, selection, coordinates, null, this.YValueIndex, currentDrawSeriesSideBySide);
Common\ChartTypes\KagiChart.cs (1)
643 double yValue = GetYValue(Common, Area, series, point, index, this.YValueIndex);
Common\ChartTypes\LineChart.cs (2)
498 double yValue = GetYValue(common, area, ser, point, index, this.YValueIndex); 1165 double yValue = GetYValue(Common, Area, series, point, index, this.YValueIndex);
Common\ChartTypes\PointChart.cs (7)
387 double yValue = GetYValue(common, area, ser, point, index - 1, YValueIndex); 688point.YValues[(labelYValueIndex == -1) ? YValueIndex : labelYValueIndex], 1069 ArrayList dataPointDrawingOrder = area.GetDataPointDrawingOrder(typeSeries, this, selection, COPCoordinates.X, null, this.YValueIndex, false); 1123 double yValue = GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, YValueIndex); 1577 previousPoint = series.Points[indx].YValues[YValueIndex]; 1589 nextPoint = series.Points[indx].YValues[YValueIndex]; 1663 double yValue = GetYValue(common, area, series, point, index - 1, YValueIndex);
Common\ChartTypes\RangeChart.cs (1)
365 if(this.YValueIndex == 1)
Common\ChartTypes\StackedAreaChart.cs (1)
1489double pointLabelValue = pointEx.dataPoint.YValues[(labelYValueIndex == -1) ? YValueIndex : labelYValueIndex];