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


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