AnnotationBaseTargetScreenCoords Property |
LightningChart .NET Help
Target as screen coordinates. Target is the point that the arrow or call-out tip points to.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDoubleXY TargetScreenCoords { get; set; }Public Property TargetScreenCoords As PointDoubleXY
Get
Set
public:
property PointDoubleXY^ TargetScreenCoords {
PointDoubleXY^ get ();
void set (PointDoubleXY^ value);
}Property Value
Type:
PointDoubleXY
See Also