Nevron .NET Vision
Nevron.Chart Namespace / NSeriesLabelLayoutSettings Class / DataPointSafeguardSize Property


In This Topic
    DataPointSafeguardSize Property
    In This Topic
    Specifies the size of the safeguard area that protects data points from being overlaped by labels.
    Syntax
    '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;}
    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