Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

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

C#
vb.net

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.

  • No labels