LogScale Property (IAxis)
In This Topic
Gets a value indicating whether the axis is logarithmic.
Syntax
'Declaration
ReadOnly Property LogScale As Boolean
Property Value
A
System.Boolean value.
true
if the axis is logarithmic; otherwise,
false
.
See Also