AnnotationBaseLocationScreenCoords Property |
LightningChart .NET Help
Location as screen coordinates in pixels.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDoubleXY LocationScreenCoords { get; set; }Public Property LocationScreenCoords As PointDoubleXY
Get
Set
public:
property PointDoubleXY^ LocationScreenCoords {
PointDoubleXY^ get ();
void set (PointDoubleXY^ value);
}Property Value
Type:
PointDoubleXY
See Also