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