152 references to GetLogValue
System.Windows.Forms.DataVisualization (152)
Common\ChartTypes\BarChart.cs (9)
481 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, point, pointIndex, (useTwoValues) ? 1 : 0) ); 504 double yValueStart = hAxis.GetLogValue( GetYValue(common, area, ser, point, pointIndex, 0 ) ); 594 xValue = vAxis.GetLogValue(xValue); 1408 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, (useTwoValues) ? 1 : 0) ); 1428 double yValueStart = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, 0 ) ); 1507 xValue = vAxis.GetLogValue(xValue); 1623 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, (useTwoValues) ? 1 : 0) ); 1641 double yValueStart = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, 0 ) ); 1697 xValue = vAxis.GetLogValue(xValue);
Common\ChartTypes\BoxPlotChart.cs (25)
350 double yValue0 = vAxis.GetLogValue( point.YValues[0] ); 351 double yValue1 = vAxis.GetLogValue( point.YValues[1] ); 352 xValue = hAxis.GetLogValue(xValue); 365 double low = vAxis.GetLogValue( point.YValues[0] ); 366 double high = vAxis.GetLogValue( point.YValues[1] ); 612 double yValue0 = vAxis.GetLogValue( point.YValues[0] ); 613 double yValue1 = vAxis.GetLogValue( point.YValues[1] ); 614 xValue = hAxis.GetLogValue(xValue); 632 double currentValue = vAxis.GetLogValue( point.YValues[valueIndex] ); 704 double yPosition = vAxis.GetLogValue( point.YValues[0] ); 708 yPosition = vAxis.GetLogValue( point.YValues[1] ); 721 yPosition = vAxis.GetLogValue( point.YValues[valueIndex] ); 1130 double yValue0 = vAxis.GetLogValue( point.YValues[0] ); 1131 double yValue1 = vAxis.GetLogValue( point.YValues[1] ); 1132 xValue = hAxis.GetLogValue(xValue); 1145 double high = vAxis.GetLogValue( point.YValues[1] ); 1146 double low = vAxis.GetLogValue( point.YValues[0] ); 1401 double yValue0 = vAxis.GetLogValue( point.YValues[0] ); 1402 double yValue1 = vAxis.GetLogValue( point.YValues[1] ); 1403 xValue = hAxis.GetLogValue(xValue); 1416 double high = vAxis.GetLogValue( point.YValues[1] ); 1417 double low = vAxis.GetLogValue( point.YValues[0] ); 1492 double yPosition = vAxis.GetLogValue( point.YValues[0] ); 1496 yPosition = vAxis.GetLogValue( point.YValues[1] ); 1509 yPosition = vAxis.GetLogValue( point.YValues[valueIndex] );
Common\ChartTypes\ColumnChart.cs (6)
384 double yValue = vAxis.GetLogValue( GetYValue(common, area, ser, point, index, (useTwoValues) ? 1 : 0) ); 403 double yValueStart = vAxis.GetLogValue( GetYValue(common, area, ser, point, index, 0 ) ); 505 xValue = hAxis.GetLogValue(xValue); 730 yValue = vAxis.GetLogValue(yValue); 750 double yValueStart = vAxis.GetLogValue( GetYValue(common, area, ser, point, pointEx.index - 1, 0 ) ); 828 xValue = hAxis.GetLogValue(xValue);
Common\ChartTypes\ErrorBarChart.cs (42)
478 double yValue0 = vAxis.GetLogValue( point.YValues[1] ); 479 double yValue1 = vAxis.GetLogValue( point.YValues[2] ); 480 xValue = hAxis.GetLogValue(xValue); 493 double low = vAxis.GetLogValue( point.YValues[1] ); 494 double high = vAxis.GetLogValue( point.YValues[2] ); 513 low = vAxis.GetLogValue( point.YValues[0] ); 514 high = vAxis.GetLogValue( point.YValues[2] ); 519 low = vAxis.GetLogValue( point.YValues[1] ); 520 high = vAxis.GetLogValue( point.YValues[0] ); 630 double yValue0 = vAxis.GetLogValue( point.YValues[1] ); 631 double yValue1 = vAxis.GetLogValue( point.YValues[2] ); 632 xValue = hAxis.GetLogValue(xValue); 645 double high = vAxis.GetLogValue( point.YValues[1] ); 646 double low = vAxis.GetLogValue( point.YValues[2] ); 662 low = vAxis.GetLogValue( point.YValues[0] ); 663 high = vAxis.GetLogValue( point.YValues[2] ); 667 low = vAxis.GetLogValue( point.YValues[1] ); 668 high = vAxis.GetLogValue( point.YValues[0] ); 746 yPosition = vAxis.GetLogValue( point.YValues[1] ); 763 yPosition = vAxis.GetLogValue( point.YValues[2] ); 780 yPosition = vAxis.GetLogValue( point.YValues[0] ); 1231 double yValue0 = vAxis.GetLogValue( point.YValues[1] ); 1232 double yValue1 = vAxis.GetLogValue( point.YValues[2] ); 1233 xValue = hAxis.GetLogValue(xValue); 1246 double high = vAxis.GetLogValue( point.YValues[2] ); 1247 double low = vAxis.GetLogValue( point.YValues[1] ); 1265 low = vAxis.GetLogValue( point.YValues[0] ); 1266 high = vAxis.GetLogValue( point.YValues[2] ); 1271 low = vAxis.GetLogValue( point.YValues[1] ); 1272 high = vAxis.GetLogValue( point.YValues[0] ); 1400 double yValue0 = vAxis.GetLogValue( point.YValues[1] ); 1401 double yValue1 = vAxis.GetLogValue( point.YValues[2] ); 1402 xValue = hAxis.GetLogValue(xValue); 1415 double high = vAxis.GetLogValue( point.YValues[2] ); 1416 double low = vAxis.GetLogValue( point.YValues[1] ); 1432 low = vAxis.GetLogValue( point.YValues[0] ); 1433 high = vAxis.GetLogValue( point.YValues[2] ); 1437 low = vAxis.GetLogValue( point.YValues[1] ); 1438 high = vAxis.GetLogValue( point.YValues[0] ); 1521 yPosition = (float)vAxis.GetLogValue( point.YValues[1] ); 1538 yPosition = (float)vAxis.GetLogValue( point.YValues[2] ); 1555 yPosition = (float)vAxis.GetLogValue( point.YValues[0] );
Common\ChartTypes\FastLineChart.cs (2)
350 xValue = hAxis.GetLogValue(xValue); 351 yValue = vAxis.GetLogValue(point.YValues[0]);
Common\ChartTypes\FastPointChart.cs (2)
355 xValue = hAxis.GetLogValue(xValue); 356 yValue = vAxis.GetLogValue(point.YValues[0]);
Common\ChartTypes\LineChart.cs (8)
507 yValue = VAxis.GetLogValue( yValue ); 508 xValue = HAxis.GetLogValue( xValue ); 662 yValuePrev = VAxis.GetLogValue( yValuePrev ); 663 xValuePrev = HAxis.GetLogValue( xValuePrev ); 1367 yValue = VAxis.GetLogValue( yValue ); 1368 yValuePrev = VAxis.GetLogValue( yValuePrev ); 1370 xValue = HAxis.GetLogValue( xValue ); 1371 xValuePrev = HAxis.GetLogValue( xValuePrev );
Common\ChartTypes\PointAndFigureChart.cs (2)
808 double boxSizeRel = vAxis.GetLogValue(vAxis.ViewMinimum); 811 vAxis.GetLinearPosition(vAxis.GetLogValue(vAxis.ViewMinimum + boxSize)));
Common\ChartTypes\PointChart.cs (6)
379 xValue = HAxis.GetLogValue(xValue); 390 yValue = VAxis.GetLogValue( yValue ); 1126 yValue = VAxis.GetLogValue( yValue ); 1135 xValue = HAxis.GetLogValue(xValue); 1666 yValue = vAxis.GetLogValue( yValue ); 1676 xValue = hAxis.GetLogValue(xValue);
Common\ChartTypes\RadarChart.cs (10)
442 if(vAxis.GetLogValue(point.YValues[0]) > vAxisMax || vAxis.GetLogValue(point.YValues[0]) < vAxisMin || 443 vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) > vAxisMax || vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) < vAxisMin) 541 if(vAxis.GetLogValue(point.YValues[0]) > vAxisMax || vAxis.GetLogValue(point.YValues[0]) < vAxisMin || 542 vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) > vAxisMax || vAxis.GetLogValue(ser.Points[secondPointIndex].YValues[0]) < vAxisMin) 712 if(vAxis.GetLogValue(point.YValues[0]) > vAxisMax || 713 vAxis.GetLogValue(point.YValues[0]) < vAxisMin)
Common\ChartTypes\StackedAreaChart.cs (2)
547 yValue = VAxis.GetLogValue(yValue); 548 xValue = HAxis.GetLogValue(xValue);
Common\ChartTypes\StackedBarChart.cs (4)
782 xValue = vAxis.GetLogValue(xValue); 1526 yValue = hAxis.GetLogValue(yValue); 1527 barZeroValue = hAxis.GetLogValue(barZeroValue); 1556 xValue = vAxis.GetLogValue(xValue);
Common\ChartTypes\StackedColumnChart.cs (8)
766 yValue = vAxis.GetLogValue(yValue); 828 xValue = hAxis.GetLogValue(xValue); 1569 yValue = vAxis.GetLogValue(yValue); 1570 barZeroValue = vAxis.GetLogValue(barZeroValue); 1639 xValue = hAxis.GetLogValue(xValue); 1751 yValue = vAxis.GetLogValue(yValue); 1757 double barZeroValue = yValue - vAxis.GetLogValue(GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, -1)); 1797 xValue = hAxis.GetLogValue(xValue);
Common\ChartTypes\StockChart.cs (26)
382 double yValue0 = VAxis.GetLogValue( point.YValues[0] ); 383 double yValue1 = VAxis.GetLogValue( point.YValues[1] ); 384 xValue = HAxis.GetLogValue(xValue); 397 double high = VAxis.GetLogValue( point.YValues[0] ); 398 double low = VAxis.GetLogValue( point.YValues[1] ); 497 double yValue0 = VAxis.GetLogValue( point.YValues[0] ); 498 double yValue1 = VAxis.GetLogValue( point.YValues[1] ); 499 xValue = HAxis.GetLogValue(xValue); 512 double high = VAxis.GetLogValue( point.YValues[0] ); 513 double low = VAxis.GetLogValue( point.YValues[1] ); 653 double openY = VAxis.GetLogValue( point.YValues[2] ); 654 double closeY = VAxis.GetLogValue( point.YValues[3] ); 1191 double yValue0 = VAxis.GetLogValue( point.YValues[0] ); 1192 double yValue1 = VAxis.GetLogValue( point.YValues[1] ); 1193 xValue = HAxis.GetLogValue(xValue); 1215 double high = VAxis.GetLogValue( point.YValues[0] ); 1216 double low = VAxis.GetLogValue( point.YValues[1] ); 1311 double yValue0 = VAxis.GetLogValue( point.YValues[0] ); 1312 double yValue1 = VAxis.GetLogValue( point.YValues[1] ); 1313 xValue = HAxis.GetLogValue(xValue); 1326 double high = VAxis.GetLogValue( point.YValues[0] ); 1327 double low = VAxis.GetLogValue( point.YValues[1] ); 1478 double openY = VAxis.GetLogValue( point.YValues[2] ); 1479 double closeY = VAxis.GetLogValue( point.YValues[3] ); 1833 yValue = vAxis.GetLogValue( yValue ); 1843 xValue = hAxis.GetLogValue(xValue);