14 references to GetValueByName
System.Windows.Forms.DataVisualization (14)
Common\ChartTypes\BoxPlotChart.cs (2)
1629
averageValue += point.
GetValueByName
(valueName);
1641
yValues.Add((point.IsEmpty) ? double.NaN : point.
GetValueByName
(valueName));
Common\ChartTypes\ErrorBarChart.cs (1)
1842
errorBarSeries.Points.AddXY(point.XValue, point.
GetValueByName
(valueName));
Common\DataManager\DataPoint.cs (5)
1554
if (point.
GetValueByName
(useValue) == valueToFind)
1573
if (point.
GetValueByName
(useValue) == valueToFind)
1609
if (point.
GetValueByName
(useValue) == valueToFind)
1666
double pointValue = point.
GetValueByName
(useValue);
1722
double pointValue = point.
GetValueByName
(useValue);
Common\General\DataManipulator.cs (6)
1503
matchCriteria = point.
GetValueByName
(_usingValue)
1507
matchCriteria = point.
GetValueByName
(_usingValue)
1511
matchCriteria = point.
GetValueByName
(_usingValue)
1515
matchCriteria = point.
GetValueByName
(_usingValue)
1519
matchCriteria = point.
GetValueByName
(_usingValue)
1523
matchCriteria = point.
GetValueByName
(_usingValue)