GrapeCity.Xaml.Excel
LogBase Property (IScaling)


GrapeCity.Excel.Chart Namespace > IScaling Interface : LogBase Property
Specifies the logarithmic base for a logarithmic axis.
Syntax
'Declaration
 
Property LogBase As Double
'Usage
 
Dim instance As IScaling
Dim value As Double
 
instance.LogBase = value
 
value = instance.LogBase
double LogBase {get; set;}
Remarks
The value should be between 2 and 1000.
See Also

Reference

IScaling Interface
IScaling Members