RadControls for Silverlight

Represents the chart minor ticks.

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

Syntax

C#
public class VerticalMinorTicks2D : AxisMinorItemsBase<VerticalMinorTick2D>
Visual Basic
Public Class VerticalMinorTicks2D _
	Inherits AxisMinorItemsBase(Of VerticalMinorTick2D)

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls.Charting..::..Axis2DBase<(Of <(<'VerticalMinorTick2D>)>)>
                Telerik.Windows.Controls.Charting..::..AxisMinorItemsBase<(Of <(<'VerticalMinorTick2D>)>)>
                  Telerik.Windows.Controls.Charting..::..VerticalMinorTicks2D

See Also