'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the array of major ticks. When the axis scale is switched in manual major tick mode, you can specify the values at which major ticks are displayed.")> Public Property CustomMajorTicks As NDoubleList
'Usage
Dim instance As NNumericRangeSamplerProvider Dim value As NDoubleList instance.CustomMajorTicks = value value = instance.CustomMajorTicks
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the array of major ticks. When the axis scale is switched in manual major tick mode, you can specify the values at which major ticks are displayed.")] public NDoubleList CustomMajorTicks {get; set;}