'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("The maximum step allowed for automatic ticks.")> <System.ComponentModel.DefaultValueAttribute(0)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AutoMaxStep As System.Double
'Usage
Dim instance As NNumericRangeSamplerProvider Dim value As System.Double instance.AutoMaxStep = value value = instance.AutoMaxStep
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("The maximum step allowed for automatic ticks.")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.double AutoMaxStep {get; set;}