2 writes to vAxis
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\ErrorBarChart.cs (2)
320
vAxis
= area.GetAxis(AxisName.Y, ser.YAxisType, ser.YSubAxisName);
1105
vAxis
= area.GetAxis(AxisName.Y, ser.YAxisType, ser.YSubAxisName);
97 references to vAxis
System.Windows.Forms.DataVisualization (97)
Common\ChartTypes\ErrorBarChart.cs (97)
478
double yValue0 =
vAxis
.GetLogValue( point.YValues[1] );
479
double yValue1 =
vAxis
.GetLogValue( point.YValues[2] );
485
(yValue0 <
vAxis
.ViewMinimum && yValue1 <
vAxis
.ViewMinimum) ||
486
(yValue0 >
vAxis
.ViewMaximum && yValue1 >
vAxis
.ViewMaximum) )
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] );
529
if( high >
vAxis
.ViewMaximum )
531
high =
vAxis
.ViewMaximum;
533
if( high <
vAxis
.ViewMinimum )
535
high =
vAxis
.ViewMinimum;
537
high = (float)
vAxis
.GetLinearPosition(high);
539
if( low >
vAxis
.ViewMaximum )
541
low =
vAxis
.ViewMaximum;
543
if( low <
vAxis
.ViewMinimum )
545
low =
vAxis
.ViewMinimum;
547
low =
vAxis
.GetLinearPosition(low);
630
double yValue0 =
vAxis
.GetLogValue( point.YValues[1] );
631
double yValue1 =
vAxis
.GetLogValue( point.YValues[2] );
637
(yValue0 <
vAxis
.ViewMinimum && yValue1 <
vAxis
.ViewMinimum) ||
638
(yValue0 >
vAxis
.ViewMaximum && yValue1 >
vAxis
.ViewMaximum) )
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] );
677
if( high >
vAxis
.ViewMaximum )
679
high =
vAxis
.ViewMaximum;
681
if( high <
vAxis
.ViewMinimum )
683
high =
vAxis
.ViewMinimum;
685
high = (float)
vAxis
.GetLinearPosition(high);
687
if( low >
vAxis
.ViewMaximum )
689
low =
vAxis
.ViewMaximum;
691
if( low <
vAxis
.ViewMinimum )
693
low =
vAxis
.ViewMinimum;
695
low =
vAxis
.GetLinearPosition(low);
746
yPosition =
vAxis
.GetLogValue( point.YValues[1] );
763
yPosition =
vAxis
.GetLogValue( point.YValues[2] );
780
yPosition =
vAxis
.GetLogValue( point.YValues[0] );
822
if( yPosition >
vAxis
.ViewMaximum || yPosition <
vAxis
.ViewMinimum)
826
yPosition = (float)
vAxis
.GetLinearPosition(yPosition);
1231
double yValue0 =
vAxis
.GetLogValue( point.YValues[1] );
1232
double yValue1 =
vAxis
.GetLogValue( point.YValues[2] );
1238
(yValue0 <
vAxis
.ViewMinimum && yValue1 <
vAxis
.ViewMinimum) ||
1239
(yValue0 >
vAxis
.ViewMaximum && yValue1 >
vAxis
.ViewMaximum) )
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] );
1280
if( high >
vAxis
.ViewMaximum )
1282
high =
vAxis
.ViewMaximum;
1284
if( high <
vAxis
.ViewMinimum )
1286
high =
vAxis
.ViewMinimum;
1288
high = (float)
vAxis
.GetLinearPosition(high);
1290
if( low >
vAxis
.ViewMaximum )
1292
low =
vAxis
.ViewMaximum;
1294
if( low <
vAxis
.ViewMinimum )
1296
low =
vAxis
.ViewMinimum;
1298
low =
vAxis
.GetLinearPosition(low);
1400
double yValue0 =
vAxis
.GetLogValue( point.YValues[1] );
1401
double yValue1 =
vAxis
.GetLogValue( point.YValues[2] );
1407
(yValue0 <
vAxis
.ViewMinimum && yValue1 <
vAxis
.ViewMinimum) ||
1408
(yValue0 >
vAxis
.ViewMaximum && yValue1 >
vAxis
.ViewMaximum) )
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] );
1446
if( high >
vAxis
.ViewMaximum )
1448
high =
vAxis
.ViewMaximum;
1450
if( high <
vAxis
.ViewMinimum )
1452
high =
vAxis
.ViewMinimum;
1454
high = (float)
vAxis
.GetLinearPosition(high);
1456
if( low >
vAxis
.ViewMaximum )
1458
low =
vAxis
.ViewMaximum;
1460
if( low <
vAxis
.ViewMinimum )
1462
low =
vAxis
.ViewMinimum;
1464
low =
vAxis
.GetLinearPosition(low);
1521
yPosition = (float)
vAxis
.GetLogValue( point.YValues[1] );
1538
yPosition = (float)
vAxis
.GetLogValue( point.YValues[2] );
1555
yPosition = (float)
vAxis
.GetLogValue( point.YValues[0] );