OverlayElementLocation Property |
LightningChart .NET Help
Location where the anchor point is placed.
Namespace:
Arction.Wpf.ChartingMVVM.OverlayElements
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDoubleXY Location { get; set; }Public Property Location As PointDoubleXY
Get
Set
public:
property PointDoubleXY^ Location {
PointDoubleXY^ get ();
void set (PointDoubleXY^ value);
}Property Value
Type:
PointDoubleXY
See Also