ComponentOne Chart for WPF and Silverlight
LogBase Property (Axis)


C1.WPF.C1Chart Namespace > Axis Class : LogBase Property
Gets or sets the logarithmic base for the axis. Default value double.Nan corresponds to the default linear axis.
Syntax
'Declaration
 
Public Property LogBase As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.LogBase = value
 
value = instance.LogBase
public System.double LogBase {get; set;}
See Also

Reference

Axis Class
Axis Members