Nevron .NET Vision
Nevron.Chart Namespace / NAreaSeries Class / AllowNegativeStackValues Property


In This Topic
    AllowNegativeStackValues Property
    In This Topic
    Whether the series allows negative stack values
    Syntax
    'Declaration
     
    
    Public Property AllowNegativeStackValues As System.Boolean
    'Usage
     
    
    Dim instance As NAreaSeries
    Dim value As System.Boolean
     
    instance.AllowNegativeStackValues = value
     
    value = instance.AllowNegativeStackValues
    public System.bool AllowNegativeStackValues {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