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

In This Topic
    IsLogarithmic Property
    In This Topic
    Gets or sets if it uses a logarithmic scale. When true, uses the LogarithmicBase.
    Syntax
    'Declaration
     
    Public Property IsLogarithmic As System.Boolean
    public System.bool IsLogarithmic {get; set;}
    See Also