'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies the logarithm base")> <System.ComponentModel.DefaultValueAttribute(10)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property LogarithmBase As System.Double
'Usage
Dim instance As NLogarithmicScaleConfigurator Dim value As System.Double instance.LogarithmBase = value value = instance.LogarithmBase
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies the logarithm base")] [System.ComponentModel.DefaultValue(10)] [System.Xml.Serialization.XmlAttribute()] public System.double LogarithmBase {get; set;}