MindFusion WinForms Programmer's Guide
PieChart.getChartPoint Method
See Also
 





Gets the point lying at the chart's circumference that corresponds to the given clicked point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public PointF getChartPoint (
    PointF point
)

Visual Basic  Copy Code

Public Function getChartPoint( _
    point As PointF _
) As PointF

 Parameters

point

The clicked point.

 Return Value

The point at the chart's circumference.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting Namespace