'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;}