Gets or sets the base of the logarithmic scale used.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(10)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public double LogarithmicBase { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(10)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property LogarithmicBase As Double
	Get
	Set

Remarks

Less than or equal to 1 specifies natural logs.

See Also