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