Dundas Chart for Windows Forms
LogarithmBase Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > SubAxis Class : LogarithmBase Property


Gets or sets a double value the logarithm base for the logarithmic axis.
Base of the logarithm used in logarithmic scale. By default this value is 10.

Syntax

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

Return Value

The default value is base 10.

Remarks

A value that specifies the base of the logarithm to apply.  The default value is base 10.  Use of this property only has effect when the Logarithmic property is set to true.

Note that this is only applicable to value axes, which are used to plot data. Setting this for a categorical axis will result in an exception being thrown.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.