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





Checks if the point is part of the bar.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override bool ContainsPoint (
    PointF point
)

Visual Basic  Copy Code

Public Overrides Function ContainsPoint( _
    point As PointF _
) As Boolean

 Parameters

point

The point to check.

 Return Value

true if the point lies at the bar; otherwise false.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting Namespace