NevronOpenVision
Nevron.Nov.Chart Namespace / ENDataPointsUpdateMode Enumeration
In This Topic
    ENDataPointsUpdateMode Enumeration
    In This Topic
    Enumerates the possible ways in which the data points collection can be resized when data series are set.
    Syntax
    public enum ENDataPointsUpdateMode : System.Enum 
    Members
    MemberDescription
    AppendDo not clear the collection and just append a new data point for each data series value
    RecreateClears the data points collections and then creates a new data point for each data series value
    UpdateUpdate the values of the existing data points starting from zero. Do not create new or delete existing data points.
    UpdateAndResizeUpdate the values of the existing data points starting from zero. Creates new data points if data series have more values, and delete data points if data series have fewer values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENDataPointsUpdateMode

    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