Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / LogarithmicBase Property


LogarithmicBase Property (ValueAxis)
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
Exceptions
ExceptionDescription
value is less than 2 or greater than 1000.
See Also