RadControls for WPF

Provides base functionality for minor axis items.

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

Syntax

C#
public abstract class AxisMinorItemsBase<TItemType> : Axis2DBase<TItemType>
where TItemType : new(), DependencyObject
Visual Basic
Public MustInherit Class AxisMinorItemsBase(Of TItemType As {New, DependencyObject}) _
	Inherits Axis2DBase(Of TItemType)

Type Parameters

TItemType

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..::..Axis2DBase<(Of <(<'TItemType>)>)>
                  Telerik.Windows.Controls.Charting..::..AxisMinorItemsBase<(Of <(<'TItemType>)>)>
                    Telerik.Windows.Controls.Charting..::..HorizontalMinorGridLines2D
                    Telerik.Windows.Controls.Charting..::..HorizontalMinorTicks2D
                    Telerik.Windows.Controls.Charting..::..VerticalMinorGridLines2D
                    Telerik.Windows.Controls.Charting..::..VerticalMinorTicks2D

See Also