Nevron .NET Vision
Nevron.Chart Namespace / NStandardScaleConfigurator Class / MinorTickCount Property


In This Topic
    MinorTickCount Property
    In This Topic
    Specifies the number of minor ticks between two major ones.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")>
    <System.ComponentModel.DefaultValueAttribute(0)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property MinorTickCount As System.Integer
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim value As System.Integer
     
    instance.MinorTickCount = value
     
    value = instance.MinorTickCount
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Controls the count of the automatic minor ticks between two major ticks")]
    [System.ComponentModel.DefaultValue(0)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int MinorTickCount {get; set;}
    Remarks
    By default set to 0 (no minor ticks).
    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