Nevron.Chart Namespace / NChartLabelLayoutSettings Class / MinLabelDistance Property


MinLabelDistance Property (NChartLabelLayoutSettings)
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
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