Xceed Chart for WinForms v4.4 Documentation
EmptyDataPointsValueMode Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : EmptyDataPointsValueMode Enumeration
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
         Xceed.Chart.Core.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

Reference

Xceed.Chart.Core Namespace