Nevron .NET Vision
Nevron.Chart Namespace / NChartLabelLayoutSettings Class / MinLabelDistance Property


In This Topic
    MinLabelDistance Property (NChartLabelLayoutSettings)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the length of the minimum label distance in case labels are instructed to not overlap")>
    Public Property MinLabelDistance As NLength
    'Usage
     
    
    Dim instance As NChartLabelLayoutSettings
    Dim value As NLength
     
    instance.MinLabelDistance = value
     
    value = instance.MinLabelDistance
    [System.ComponentModel.Editor(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets or sets the length of the minimum label distance in case labels are instructed to not overlap")]
    public NLength MinLabelDistance {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