In This Topic
Gets the logarithmic value of the axis point. For the linear(non-logarithmic) axis it returns axis value.
Syntax
'Declaration
Public ReadOnly Property LogValue As Double
'Usage
Dim instance As AxisPoint
Dim value As Double
value = instance.LogValue
public double LogValue {get;}
See Also