MindFusion WinForms Programmer's Guide
BarChart.getNextPoint Method
See Also
 





Gets the upper/right edge of the bar that contains the given point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override Nullable<PointF> getNextPoint (
    Point point
)

Visual Basic  Copy Code

Public Overrides Function getNextPoint( _
    point As Point _
) As Nullable(Of PointF)

 Parameters

point

The point that lies at the edge of the bar.

 Return Value

The point lying at the upper/right side of the bar edge.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting Namespace