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


In This Topic
    MajorTickMode Property
    In This Topic
    Controls the mode of the major ticks.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Controls the mode of the major ticks.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property MajorTickMode As MajorTickMode
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim value As MajorTickMode
     
    instance.MajorTickMode = value
     
    value = instance.MajorTickMode
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Controls the mode of the major ticks.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public MajorTickMode MajorTickMode {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