Spread for ASP.NET 9.0 Product Documentation
LogarithmicBase Property (ValueAxis)


Gets or sets the lorgarithmic base.
Syntax
'Declaration
 
Public Property LogarithmicBase As Double
'Usage
 
Dim instance As ValueAxis
Dim value As Double
 
instance.LogarithmicBase = value
 
value = instance.LogarithmicBase
public double LogarithmicBase {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException value is less than 2 or greater than 1000.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ValueAxis Class
ValueAxis Members

 

 


Copyright © GrapeCity, inc. All rights reserved.