Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NSeries Class / InflateMargins Property


In This Topic
    InflateMargins Property
    In This Topic
    Inflates the margins of the series to fit the chart area.
    Syntax
    'Declaration
     
    
    Public Property InflateMargins As System.Boolean
    'Usage
     
    
    Dim instance As NSeries
    Dim value As System.Boolean
     
    instance.InflateMargins = value
     
    value = instance.InflateMargins
    public System.bool InflateMargins {get; set;}
    Remarks
    This can be very useful if your series has data points which are displayed outside the chart area.
    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