Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / IsLogarithmic Property

In This Topic
    IsLogarithmic Property (C1GaugeBase)
    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