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