Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / LogarithmicBase Property


In This Topic
    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
    ExceptionDescription
    value is less than 2 or greater than 1000.
    See Also