ClassIndicatorSegmentCollection
Class
Represents a typed collection that stores BarIndicatorSegment instances.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class IndicatorSegmentCollection : ObservableCollection<BarIndicatorSegment>, IList<BarIndicatorSegment>, ICollection<BarIndicatorSegment>, IList, ICollection, IReadOnlyList<BarIndicatorSegment>, IReadOnlyCollection<BarIndicatorSegment>, IEnumerable<BarIndicatorSegment>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<BarIndicatorSegment>ObservableCollection<BarIndicatorSegment>IndicatorSegmentCollection
Implements:
Inherited Members
Constructors
IndicatorSegmentCollection()
Declaration
cs-api-definition
public IndicatorSegmentCollection()