public enum ENDataPointsUpdateMode : System.Enum
public enum ENDataPointsUpdateMode : System.Enum
Member | Description |
---|---|
Append | Do not clear the collection and just append a new data point for each data series value |
Recreate | Clears the data points collections and then creates a new data point for each data series value |
Update | Update the values of the existing data points starting from zero. Do not create new or delete existing data points. |
UpdateAndResize | Update 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. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Chart.ENDataPointsUpdateMode
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)