[Category("Ticks")] [Description("Specifies the time span step when the major tick mode is set to TimeSpan")] [DefaultValue(System.TimeSpan, "1.00:00:00")] public TimeSpan CustomStep {get; set;}
'Declaration <CategoryAttribute("Ticks")> <DescriptionAttribute("Specifies the time span step when the major tick mode is set to TimeSpan")> <DefaultValueAttribute(System.TimeSpan, "1.00:00:00")> Public Property CustomStep As TimeSpan
'Usage Dim instance As AxisScaleDateTime Dim value As TimeSpan instance.CustomStep = value value = instance.CustomStep