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





Gets the edge of the bar preceeding the given point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override Nullable<PointF> getPrevPoint (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

The point that lies at the edge of the bar.

 Return Value

The point lying to the lower/left side of the bar edge.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting Namespace