LogarithmicBase Property (Chart2DAxis)
In This Topic
Gets or sets the base of the logarithmic scale used. Less than or equal to 1 specifies natural logs.
Syntax
'Declaration
Public Property LogarithmicBase As Double
public double LogarithmicBase {get; set;}
See Also