RadControls for WPF

Contains ChartSortDescriptors.

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

Syntax

C#
public class ChartSortDescriptorCollection : DependencyObjectCollection<ChartSortDescriptor>
Visual Basic
Public Class ChartSortDescriptorCollection _
	Inherits DependencyObjectCollection(Of ChartSortDescriptor)

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        System.Windows.Media.Animation..::..Animatable
          System.Windows..::..FreezableCollection<(Of <(<'ChartSortDescriptor>)>)>
            Telerik.Windows.Data..::..DependencyObjectCollection<(Of <(<'ChartSortDescriptor>)>)>
              Telerik.Windows.Controls.Charting..::..ChartSortDescriptorCollection

See Also