Base of the logarithm used in logarithmic scale. By default this value is 10.
Visual Basic (Declaration) | |
---|---|
Public Property LogarithmBase As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double LogarithmBase {get; set;} |
Return Value
The default value is base 10.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.
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