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


In This Topic
    CustomMinorTicks Property (NDateTimeScaleConfigurator)
    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 NDateTimeList
    'Usage
     
    
    Dim instance As NDateTimeScaleConfigurator
    Dim value As NDateTimeList
     
    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 NDateTimeList 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