RadControls for Silverlight

Represents a collection of AxisY objects.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    DependencyObjectCollection<(Of <(<'AxisY>)>)>
      Telerik.Windows.Controls.Charting..::..AxisYCollection

See Also