Nevron .NET Vision
Nevron.Chart Namespace / NTimeSpanScaleConfigurator Class / CustomMinorTicks Property


In This Topic
    CustomMinorTicks Property (NTimeSpanScaleConfigurator)
    In This Topic
    Specifies the minor ticks when AutoMinor ticks is set to false
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Specifies the minor ticks when AutoMinorTicks is set to false.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomMinorTicks As NTimeSpanList
    'Usage
     
    
    Dim instance As NTimeSpanScaleConfigurator
    Dim value As NTimeSpanList
     
    instance.CustomMinorTicks = value
     
    value = instance.CustomMinorTicks
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Specifies the minor ticks when AutoMinorTicks is set to false.")]
    [System.Xml.Serialization.XmlIgnore()]
    public NTimeSpanList CustomMinorTicks {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