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





Updates the point in the given interval.

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

 Syntax

C#  Copy Code

public override void UpdatePoint (
    Point startPos,
    Point endPos
)

Visual Basic  Copy Code

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

 Parameters

startPos

The start position of the interval.

endPos

The end position of the interval.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting.WebForms Namespace