4 writes to _sortingValueIndex
System.Windows.Forms.DataVisualization (4)
Common\DataManager\DataPoint.cs (4)
176 _sortingValueIndex = -1; 180 _sortingValueIndex = 0; 184 _sortingValueIndex = -2; 190 _sortingValueIndex = Int32.Parse(sortBy.Substring(1), System.Globalization.CultureInfo.InvariantCulture) - 1;
6 references to _sortingValueIndex
System.Windows.Forms.DataVisualization (6)
Common\DataManager\DataPoint.cs (6)
198 if(_sortingValueIndex > 0 && _sortingValueIndex >= series.YValuesPerPoint) 223 if(_sortingValueIndex == -1) 228 else if(_sortingValueIndex == -2) 235 result = x.YValues[_sortingValueIndex].CompareTo(y.YValues[_sortingValueIndex]);