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


In This Topic
    LogBase Property (Axis)
    In This Topic
    Gets or sets the logarithmic base for the axis. Default value double.Nan corresponds to the default linear axis.
    Syntax
    'Declaration
     
    
    Public Property LogBase As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.LogBase = value
     
    value = instance.LogBase
    public double LogBase {get; set;}
    See Also