ChartGraphics.GetRelativePoint Method (PointF)

.NET Framework (current version)
 

Takes a PointF object that uses absolute coordinates and returns a PointF object that uses relative coordinates.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Public Function GetRelativePoint (
	point As PointF
) As PointF

Parameters

point
Type: System.Drawing.PointF

A PointF object in absolute coordinates.

Return Value

Type: System.Drawing.PointF

A PointF object in relative coordinates.

.NET Framework
Available since 4.0
Return to top
Show: