Nevron .NET Vision
Nevron.Chart Namespace / NStandardScaleConfigurator Class / MinTickDistance Property


In This Topic
    MinTickDistance Property (NStandardScaleConfigurator)
    In This Topic
    Gets or sets the minimum distance between of ticks on the scale when major tick mode is Auto and max tick count mode is MaxDensity
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("The maximum density of ticks on the scale when major tick mode is auto and max tick count mode is MaxDensity.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property MinTickDistance As NLength
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim value As NLength
     
    instance.MinTickDistance = value
     
    value = instance.MinTickDistance
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("The maximum density of ticks on the scale when major tick mode is auto and max tick count mode is MaxDensity.")]
    [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLength MinTickDistance {get; set;}
    Remarks
    By default this value is set to 10pt
    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