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


In This Topic
    CustomMajorTicks Property (NNumericScaleConfigurator)
    In This Topic
    Gets or sets the array of major ticks.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the array of major ticks. When the axis scale is switched in manual major tick mode, you can specify the values at which major ticks are displayed.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomMajorTicks As NDoubleList
    'Usage
     
    
    Dim instance As NNumericScaleConfigurator
    Dim value As NDoubleList
     
    instance.CustomMajorTicks = value
     
    value = instance.CustomMajorTicks
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Gets or sets the array of major ticks. When the axis scale is switched in manual major tick mode, you can specify the values at which major ticks are displayed.")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDoubleList CustomMajorTicks {get; set;}
    Remarks
    When the current axis scale is switched in manual major tick mode you can specify the values at which major ticks are displayed.
    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