Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / RadarValueAxis Class / LogarithmicBase Property


In This Topic
    LogarithmicBase Property (RadarValueAxis)
    In This Topic
    Gets or sets the logarithmic base.
    Syntax
    'Declaration
     
    Public Property LogarithmicBase As Double
    'Usage
     
    Dim instance As RadarValueAxis
    Dim value As Double
     
    instance.LogarithmicBase = value
     
    value = instance.LogarithmicBase
    public double LogarithmicBase {get; set;}
    Exceptions
    ExceptionDescription
    value is less than 2 or greater than 1000.
    See Also