RadControls for WPF

Represents a container, holding the plot area axes related to secondary Y axes.

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 AdditionalPlotAreaAxes2DContainer : ItemsControl, 
	ILogicalItem
Visual Basic
Public Class AdditionalPlotAreaAxes2DContainer _
	Inherits ItemsControl _
	Implements ILogicalItem

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                Telerik.Windows.Controls.Charting..::..AdditionalPlotAreaAxes2DContainer

See Also