Sets or returns whether a logarithmic scale should be used on the axis.

 public boolean UseLogarithmicScale{ get; set; }
Public Property UseLogarithmicScale() As Boolean

By default, this property is set to false. If you set this to true, then the resulting axis will represent its range on a logarithmic scale of base 10. If you are using a chart from a file that had the base set to something other than 10, we will preserve this.

This property can affect the properties: MaxValue, MinValue, MajorIncrement, and MinorIncrement. See those classes to see how they are affected by the state of this property.