Axis.LogBase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the base of the logarithm when you are using log scales. Read/write Double.
public:
property double LogBase { double get(); void set(double value); };
public double LogBase { get; set; }
Public Property LogBase As Double
Property Value
Double
Remarks
Attempting to set this property to a value less than or equal to zero (0) causes an error. The default value is 10.