2 writes to logarithmicConvertedToLinear
System.Web.DataVisualization (2)
Common\General\AxisScale.cs (1)
2111
logarithmicConvertedToLinear
= true;
Common\General\ChartAreaAxes.cs (1)
811
axis.
logarithmicConvertedToLinear
= false;
4 references to logarithmicConvertedToLinear
System.Web.DataVisualization (4)
Common\General\AxisScale.cs (3)
549
if (_isLogarithmic &&
logarithmicConvertedToLinear
&& !Double.IsNaN(maximum))
604
if (_isLogarithmic &&
logarithmicConvertedToLinear
&& !Double.IsNaN(maximum))
2068
if( !
logarithmicConvertedToLinear
)
Common\General\ChartAreaAxes.cs (1)
799
if( axis.IsLogarithmic && axis.
logarithmicConvertedToLinear
)