1 write to _isLogarithmic
System.Web.DataVisualization (1)
Common\General\AxisScale.cs (1)
750
_isLogarithmic
= value;
7 references to _isLogarithmic
System.Web.DataVisualization (7)
Common\General\AxisScale.cs (7)
549
if (
_isLogarithmic
&& logarithmicConvertedToLinear && !Double.IsNaN(maximum))
604
if (
_isLogarithmic
&& logarithmicConvertedToLinear && !Double.IsNaN(maximum))
657
if (
_isLogarithmic
)
746
return
_isLogarithmic
;
956
if (
_isLogarithmic
&& axisValue != 0.0)
1936
if (this.
_isLogarithmic
)
2021
if (
_isLogarithmic
)