1 write to useTwoValues
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\BarChart.cs (1)
99 this.useTwoValues = true;
6 references to useTwoValues
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\BarChart.cs (6)
481 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, point, pointIndex, (useTwoValues) ? 1 : 0) ); 501 if(useTwoValues) 1408 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, (useTwoValues) ? 1 : 0) ); 1425 if(useTwoValues) 1623 double yValue = hAxis.GetLogValue( GetYValue(common, area, ser, pointEx.dataPoint, pointEx.index - 1, (useTwoValues) ? 1 : 0) ); 1638 if(useTwoValues)