'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;}
'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;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | value is less than 2 or greater than 1000. |