dotnetCHARTING Send comments on this topic.
LogarithmicBase Property
See Also 
dotnetCHARTING Namespace > Axis Class : LogarithmicBase Property


Gets or sets the logarithmic base of logarithmic axis scales. Used only in conjunction with Logarithmic Scales.

Syntax

Visual Basic (Declaration) 
Public Property LogarithmicBase As Double
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Double
 
instance.LogarithmicBase = value
 
value = instance.LogarithmicBase
C# 
public double LogarithmicBase {get; set;}

Example

Remarks

This property is used in conjunction with enumeration members Scale.Logarithmic and Scale.LogarithmicStacked.

See Also

© 2010 All Rights Reserved.