Search
BiaxialChart.Annotations Property
See Also
 






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

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property Annotations As ObservableCollection(Of Series)

 Property Value

A collection of Series objects.

 See Also