LogBase Property (AxisPoint)
In This Topic
Gets the logarithmic base of the axis.
Syntax
'Declaration
Public ReadOnly Property LogBase As Double
'Usage
Dim instance As AxisPoint
Dim value As Double
value = instance.LogBase
public double LogBase {get;}
See Also