'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <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 NInt64List
'Usage
Dim instance As NOrdinalScaleConfigurator Dim value As NInt64List instance.CustomMajorTicks = value value = instance.CustomMajorTicks
[System.ComponentModel.Category("Ticks")] [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 NInt64List CustomMajorTicks {get; set;}