MindFusion.Wpf Pack Programmer's Guide
PlotArea.Commit Method (Double, Int32, Boolean)
See Also
 





Updates the plot area with the new smallest value at the X-axis.

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

 Syntax

C#  Copy Code

public void Commit (
    double minAddedX,
    int startIndex,
    bool drawSeries
)

Visual Basic  Copy Code

Public Sub Commit( _
    minAddedX As Double, _
    startIndex As Integer, _
    drawSeries As Boolean _
)

 Parameters

minAddedX

The smallest number at the X-axis

startIndex

The index of the first point in the chart series to be updated.

drawSeries

Indicates if series are drawn.

 See Also

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