Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NSeriesLabelLayout 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
     
    
    Public Property DataPointSafeguardSize As NSize
    'Usage
     
    
    Dim instance As NSeriesLabelLayout
    Dim value As NSize
     
    instance.DataPointSafeguardSize = value
     
    value = instance.DataPointSafeguardSize
    public NSize DataPointSafeguardSize {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also