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