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