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