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





Updates the point at the given location with a new location.

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

 Syntax

C#  Copy Code

public override void UpdatePoint (
    Point oldLocation,
    Point newLocation
)

Visual Basic  Copy Code

Public Overrides Sub UpdatePoint( _
    oldLocation As Point, _
    newLocation As Point _
)

 Parameters

oldLocation

The old location of the point.

newLocation

The new location of the point.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting.WebForms Namespace