MindFusion.Wpf Pack Programmer's Guide
RealTimeChart.Commit Method (Int32)
See Also
 





Updates the chart from the location of the value at the specified index in the Series.Data arrays.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public void Commit (
    int startIndex
)

Visual Basic  Copy Code

Public Sub Commit( _
    startIndex As Integer _
)

 Parameters

startIndex

The index of the first value in the Series.Data to be updated.

 See Also

Commit Method Overload List
RealTimeChart Members
RealTimeChart Class
MindFusion.RealTimeCharting.Wpf Namespace