ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Gauge Class / LogarithmicBase Property

In This Topic
    LogarithmicBase Property (C1Gauge)
    In This Topic
    Gets or sets the log base used when the IsLogarithmic is set to true.
    Syntax
    'Declaration
     
    
    Public Property LogarithmicBase As Integer
    public int LogarithmicBase {get; set;}
    See Also