.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : LogarithmicBase Property
LogarithmicBase Property
Gets or sets the logarithmic base of logarithmic axis scales. Used only in conjunction with Logarithmic Scales.
Syntax
'Declaration
 
Public Property LogarithmicBase As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.LogarithmicBase = value
 
value = instance.LogarithmicBase
public double LogarithmicBase {get; set;}
Remarks
This property is used in conjunction with enumeration members Scale.Logarithmic and Scale.LogarithmicStacked.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also