Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
vb.net
vb.net
Public Property UseLogarithmicScale() As Boolean
Remarks

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 effect the properties: MaxValue, MinValue, MajorIncrement, and MinorIncrement. See those classes to see how they are effected by the state of this property.