Nevron .NET Vision
Nevron.Chart Namespace / NNumericScaleConfigurator Class / AutoMinStep Property


In This Topic
    AutoMinStep Property (NNumericScaleConfigurator)
    In This Topic
    Gets or sets the minimum step allowed for automatic ticks
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("The minimum step allowed for automatic ticks.")>
    <System.ComponentModel.DefaultValueAttribute(0)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AutoMinStep As System.Double
    'Usage
     
    
    Dim instance As NNumericScaleConfigurator
    Dim value As System.Double
     
    instance.AutoMinStep = value
     
    value = instance.AutoMinStep
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("The minimum step allowed for automatic ticks.")]
    [System.ComponentModel.DefaultValue(0)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.double AutoMinStep {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also