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 MinorTicks2D : HorizontalMinorTicks2D
Visual Basic
Public Class MinorTicks2D _
	Inherits HorizontalMinorTicks2D

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 <(<'HorizontalMinorTick2D>)>)>
                  Telerik.Windows.Controls.Charting..::..AxisMinorItemsBase<(Of <(<'HorizontalMinorTick2D>)>)>
                    Telerik.Windows.Controls.Charting..::..HorizontalMinorTicks2D
                      Telerik.Windows.Controls.Charting..::..MinorTicks2D

See Also