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