ComponentOne FlexChart for WinForms
LogBase Property


C1.Win.Chart Namespace > Axis Class : LogBase Property
Gets or sets the logarithmic base of the axis.
Syntax
'Declaration
 
Public Property LogBase As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.LogBase = value
 
value = instance.LogBase
public double LogBase {get; set;}
Remarks
If the base is equal to NaN(default value) the axis uses a linear scale.
See Also

Reference

Axis Class
Axis Members