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