Logarithmic Property (ValueAxis)
Gets or sets whether the axis uses a linear or logarithmic scale.
public bool Logarithmic {get; set;}
'Declaration
Public Property Logarithmic As Boolean
'Usage
Dim instance As ValueAxis
Dim value As Boolean
instance.Logarithmic = value
value = instance.Logarithmic