ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / LogBase Property



In This Topic
    LogBase Property
    In This Topic
    Gets or sets the base for logarithmic 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;}
    public:
    property double LogBase {
       double get();
       void set (    double value);
    }
    See Also