LogarithmicBase Property (ValueAxis)
In This Topic
Gets or sets the logarithmic base.
Syntax
'Declaration
Public Property LogarithmicBase As Double
'Usage
Dim instance As ValueAxis
Dim value As Double
instance.LogarithmicBase = value
value = instance.LogarithmicBase
public double LogarithmicBase {get; set;}
Exceptions
See Also