Click or drag to resize

OverlayElementAnchor Property

LightningChart .NET Help
Rotation uses this point as a center point. Location tells where to place the anchored point on the control area. For X dimension, value 0 represents left coordinate of the object and 1 right coordinate. For Y dimension, value 0 represents top coordinate of the object and 1 bottom coordinate. To define anchor point outside the object area, define values outside range 0...1.

Namespace:  Arction.Wpf.Charting.OverlayElements
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointDoubleXY Anchor { get; set; }

Property Value

Type: PointDoubleXY
See Also