Charting for WinForms Programmer's Guide
BiaxialChart.Annotations Property
See Also
 






Gets or sets the list of series whose labels are drawn as annotations.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public ObservableCollection<Series> Annotations { get; set; }

Visual Basic  Copy Code

Public Property Annotations As ObservableCollection(Of Series)

 Property Value

 See Also

BiaxialChart Members
BiaxialChart Class
MindFusion.Charting.WinForms Namespace