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

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