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