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