Nevron .NET Vision
Nevron.Chart Namespace / NDockAxisAnchorBase Class / AfterSpace Property


In This Topic
    AfterSpace Property (NDockAxisAnchorBase)
    In This Topic
    Specifies spacing that should be leaved after the level of the axis before other levels are added in the zone.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Specifies spacing that should be leaved after the level of the axis before other levels are added in the zone")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property AfterSpace As NLength
    'Usage
     
    
    Dim instance As NDockAxisAnchorBase
    Dim value As NLength
     
    instance.AfterSpace = value
     
    value = instance.AfterSpace
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Specifies spacing that should be leaved after the level of the axis before other levels are added in the zone")]
    [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLength AfterSpace {get; set;}
    Remarks
    This property takes effect only when the property CreateNewZoneLevel is set to true.
    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