Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / LogBase Property


In This Topic
    LogBase Property
    In This Topic
    Gets or sets the base of the logarithm when you are using log scales.
    Syntax
    'Declaration
     
    Property LogBase As Double
    'Usage
     
    Dim instance As IAxis
    Dim value As Double
     
    instance.LogBase = value
     
    value = instance.LogBase
    double LogBase {get; set;}
    See Also