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