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