GrapeCity.Xaml.Excel
LogBase Property (Scaling)


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

Reference

Scaling Class
Scaling Members