Search
BiaxialChart.Annotations Property
See Also
 






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

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 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