ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisPoint Class / LogBase Property


In This Topic
    LogBase Property (AxisPoint)
    In This Topic
    Gets the logarithmic base of the axis.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LogBase As Double
    'Usage
     
    
    Dim instance As AxisPoint
    Dim value As Double
     
    value = instance.LogBase
    public double LogBase {get;}
    See Also