ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1Gauge Class / LogarithmicBase Property

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