RadControls for Silverlight

Represents a CategoricalRadialAxis that plots categorical data.

Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.1050

Syntax

C#
public class CategoricalRadialAxis : RadialAxis
Visual Basic
Public Class CategoricalRadialAxis _
	Inherits RadialAxis

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          RadControlBase
            Telerik.Windows.Controls.ChartView..::..PresenterBase
              Telerik.Windows.Controls.ChartView..::..ChartElementPresenter
                Telerik.Windows.Controls.ChartView..::..Axis
                  Telerik.Windows.Controls.ChartView..::..RadialAxis
                    Telerik.Windows.Controls.ChartView..::..CategoricalRadialAxis

See Also