'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the size of the safeguard area that protects data points from being overlaped by labels.")> Public Property DataPointSafeguardSize As NSizeL
'Usage
Dim instance As NSeriesLabelLayoutSettings Dim value As NSizeL instance.DataPointSafeguardSize = value value = instance.DataPointSafeguardSize
[System.ComponentModel.Editor(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the size of the safeguard area that protects data points from being overlaped by labels.")] public NSizeL DataPointSafeguardSize {get; set;}