ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / LogarithmicBase Property

In This Topic
    LogarithmicBase Property (C1GaugeBase)
    In This Topic
    Gets or sets the log base used when the IsLogarithmic is set to True.
    Syntax
    'Declaration
     
    Public Property LogarithmicBase As System.Double
    public System.double LogarithmicBase {get; set;}
    See Also