'Declaration <DescriptionAttribute("Gives you access to the Logarithmic Scale of the axis")> <CategoryAttribute("Scaling")> Public Property LogarithmicScale As AxisScaleLogarithmic
'Usage Dim instance As Axis Dim value As AxisScaleLogarithmic instance.LogarithmicScale = value value = instance.LogarithmicScale
[Description("Gives you access to the Logarithmic Scale of the axis")] [Category("Scaling")] public AxisScaleLogarithmic LogarithmicScale {get; set;}