'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies whether minor ticks are automatically generated.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AutoMinorTicks As System.Boolean
'Usage
Dim instance As NStandardScaleConfigurator Dim value As System.Boolean instance.AutoMinorTicks = value value = instance.AutoMinorTicks
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies whether minor ticks are automatically generated.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool AutoMinorTicks {get; set;}