AnnotationXYTargetAxisValues Property |
LightningChart .NET Help
Target as axis values. 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 TargetAxisValues { get; set; }Public Property TargetAxisValues As PointDoubleXY
Get
Set
public:
property PointDoubleXY^ TargetAxisValues {
PointDoubleXY^ get ();
void set (PointDoubleXY^ value);
}Property Value
Type:
PointDoubleXY
See Also