Nevron.Chart Namespace / NDateTimeScaleConfigurator Class / CustomMajorTicks Property


In This Topic
    CustomMajorTicks Property (NDateTimeScaleConfigurator)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the array of custom major ticks.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomMajorTicks As NDateTimeList
    'Usage
     
    
    Dim instance As NDateTimeScaleConfigurator
    Dim value As NDateTimeList
     
    instance.CustomMajorTicks = value
     
    value = instance.CustomMajorTicks
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Gets or sets the array of custom major ticks.")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDateTimeList CustomMajorTicks {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