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


In This Topic
    NumberOfTicksPerLabel Property
    In This Topic
    Controls the number of ticks that are generated between two labels
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Labels")>
    <System.ComponentModel.DescriptionAttribute("Controls the number of ticks that are generated between two labels")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property NumberOfTicksPerLabel As System.Integer
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim value As System.Integer
     
    instance.NumberOfTicksPerLabel = value
     
    value = instance.NumberOfTicksPerLabel
    [System.ComponentModel.Category("Labels")]
    [System.ComponentModel.Description("Controls the number of ticks that are generated between two labels")]
    [System.ComponentModel.DefaultValue(1)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int NumberOfTicksPerLabel {get; set;}
    Remarks
    The default value of this property is 1. Note that this property has effect only when you use automatic labels.
    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