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