ClassPolarAnnotationCollection
Class
Represents a typed collection that stores PolarChartAnnotation instances.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class PolarAnnotationCollection : PresenterCollection<PolarChartAnnotation>, IList<PolarChartAnnotation>, ICollection<PolarChartAnnotation>, IList, ICollection, IReadOnlyList<PolarChartAnnotation>, IReadOnlyCollection<PolarChartAnnotation>, IEnumerable<PolarChartAnnotation>, IEnumerable
Inheritance: objectCollection<PolarChartAnnotation>PresenterCollection<PolarChartAnnotation>PolarAnnotationCollection
Implements:
Inherited Members