Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarRadiusAxis Class / Logarithmic Property


In This Topic
    Logarithmic Property (PolarRadiusAxis)
    In This Topic
    Gets or sets whether the axis uses a linear or logarithmic scale.
    Syntax
    'Declaration
     
    
    Public Property Logarithmic As Boolean
    'Usage
     
    
    Dim instance As PolarRadiusAxis
    Dim value As Boolean
     
    instance.Logarithmic = value
     
    value = instance.Logarithmic
    public bool Logarithmic {get; set;}
    See Also