Nevron .NET Vision
Nevron.Chart Namespace / EmptyDataPointsValueMode Enumeration


In This Topic
    EmptyDataPointsValueMode Enumeration
    In This Topic
    Defines the possible ways in which empty data points values are treated
    Syntax
    'Declaration
     
    
    Public Enum EmptyDataPointsValueMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EmptyDataPointsValueMode
    public enum EmptyDataPointsValueMode : System.Enum 
    Members
    MemberDescription
    Averagethe empty data point has the average values of its precessor and successor
    CustomValuethe empty data point is associated with an user defined value
    Skipempty data point is not analized
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.EmptyDataPointsValueMode

    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