RadControls for WPF

Represents the chart minor ticks.

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 VerticalMinorTicks2D : AxisMinorItemsBase<VerticalMinorTick2D>
Visual Basic
Public Class VerticalMinorTicks2D _
	Inherits AxisMinorItemsBase(Of VerticalMinorTick2D)

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 <(<'VerticalMinorTick2D>)>)>
                  Telerik.Windows.Controls.Charting..::..AxisMinorItemsBase<(Of <(<'VerticalMinorTick2D>)>)>
                    Telerik.Windows.Controls.Charting..::..VerticalMinorTicks2D

See Also