View3DAnnotations Property |
LightningChart .NET Help
List of 3D annotations.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<Annotation3D> Annotations { get; set; }Public Property Annotations As List(Of Annotation3D)
Get
Set
public:
property List<Annotation3D^>^ Annotations {
List<Annotation3D^>^ get ();
void set (List<Annotation3D^>^ value);
}Property Value
Type:
ListAnnotation3D
See Also