dotnetCHARTING Send comments on this topic.
Point Property
See Also 
dotnetCHARTING Namespace > Element Class : Point Property



Gets the element's pixel coordinate on a chart image.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Point As PointF
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As PointF
 
value = instance.Point
C# 
public PointF Point {get;}
C++/CLI 
public:
property PointF Point {
   PointF get();
}

Remarks

This position is only available after the chart is rendered.

See Also