ViewXYAnnotations Property |
LightningChart .NET Help
Gets or sets Annotations. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic AnnotationXYCollection Annotations { get; set; }Public Property Annotations As AnnotationXYCollection
Get
Set
public:
property AnnotationXYCollection^ Annotations {
AnnotationXYCollection^ get ();
void set (AnnotationXYCollection^ value);
}Property Value
Type:
AnnotationXYCollection
See Also