ViewXYAnnotations Property |
LightningChart .NET Help
Annotations
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<AnnotationXY> Annotations { get; set; }Public Property Annotations As List(Of AnnotationXY)
Get
Set
public:
property List<AnnotationXY^>^ Annotations {
List<AnnotationXY^>^ get ();
void set (List<AnnotationXY^>^ value);
}Property Value
Type:
ListAnnotationXY
See Also