C1.Win.FlexChart.8 Assembly / C1.Win.Chart.Annotation Namespace / AnnotationBase Class / Convert Method
The point value to convert.

In This Topic
Convert Method (AnnotationBase)
In This Topic
Converts the specified point from data to pixel coordinates.
Syntax
'Declaration
 
Protected Function Convert( _
   ByVal pt As _Point _
) As _Point
 

Parameters

pt
The point value to convert.

Return Value

The point in control's pixel coordinates.
See Also