'Declaration <DefaultValueAttribute()> <CategoryAttribute("Ticks")> <DescriptionAttribute("Controls the mode in which the major ticks are generated")> Public Property MajorTickMode As MajorTickModeLogarithmic
'Usage Dim instance As AxisScaleLogarithmic Dim value As MajorTickModeLogarithmic instance.MajorTickMode = value value = instance.MajorTickMode
[DefaultValue()] [Category("Ticks")] [Description("Controls the mode in which the major ticks are generated")] public MajorTickModeLogarithmic MajorTickMode {get; set;}