RadControls for WPF

Represents an ObservableCollection collection of LabelsCollection.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public class LabelLayersDataCollection : RadObservableCollection<LabelsCollection>
Visual Basic
Public Class LabelLayersDataCollection _
	Inherits RadObservableCollection(Of LabelsCollection)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'LabelsCollection>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'LabelsCollection>)>)>
      Telerik.Windows.Data..::..RadObservableCollection<(Of <(<'LabelsCollection>)>)>
        Telerik.Windows.Controls.Charting..::..LabelLayersDataCollection

See Also