'Declaration <CategoryAttribute("Ticks")> <DescriptionAttribute("Specifies the months step when the major tick mode is set to Months")> <DefaultValueAttribute(1)> Public Property MonthsStep As Integer
'Usage Dim instance As AxisScaleDateTime Dim value As Integer instance.MonthsStep = value value = instance.MonthsStep
[Category("Ticks")] [Description("Specifies the months step when the major tick mode is set to Months")] [DefaultValue(1)] public int MonthsStep {get; set;}