'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.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomMajorTicks As NDoubleList
'Usage
Dim instance As NNumericScaleConfigurator Dim value As NDoubleList 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.")] [System.Xml.Serialization.XmlIgnore()] public NDoubleList CustomMajorTicks {get; set;}