'Declaration
<System.ComponentModel.CategoryAttribute("Arrow")> <System.ComponentModel.DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property ArrowLength As NLength
'Usage
Dim instance As NDataLabelStyle Dim value As NLength instance.ArrowLength = value value = instance.ArrowLength
[System.ComponentModel.Category("Arrow")] [System.ComponentModel.Description("Controls the length of the arrow connecting the data point and the text label.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength ArrowLength {get; set;}