Spread Windows Forms 12.0 Product Documentation
LogarithmicBase Property (ValueAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ValueAxis Class : LogarithmicBase Property
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
ExceptionDescription
value is less than 2 or greater than 1000.
See Also

Reference

ValueAxis Class
ValueAxis Members