Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / LogBase Property

In This Topic
    LogBase Property
    In This Topic
    Gets or sets the logarithmic base of the axis.
    Syntax
    'Declaration
     
    
    Public Property LogBase As Double
    public double LogBase {get; set;}
    Remarks
    If the base is equal to NaN(default value) the axis uses a linear scale.
    See Also