ASP.NET Pack Programmer's Guide
AxesChart.UpdatePoint Method
See Also
 





Updates the point between the specified two positions.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public virtual void UpdatePoint (
    Point startPos,
    Point endPos
)

Visual Basic  Copy Code

Public Overridable Sub UpdatePoint( _
    startPos As Point, _
    endPos As Point _
)

 Parameters

startPos

The start position.

endPos

The end position.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WebForms Namespace