2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Axis Class / LogarithmicBase Property

In This Topic
    LogarithmicBase Property
    In This Topic
    Gets or sets the base of the logarithmic scale used.
    Syntax
    'Declaration
     
    Public Property LogarithmicBase As System.Double
    public System.double LogarithmicBase {get; set;}
    Remarks
    Less than or equal to 1 specifies natural logs.
    See Also