Represents a CategoricalRadialAxis that plots categorical data.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class CategoricalRadialAxis : RadialAxis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisRadialAxisCategoricalRadialAxis...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CategoricalRadialAxis class.
C#
public CategoricalRadialAxis()
Properties
Gets or sets the step at which ticks are positioned.
C#
public int MajorTickInterval { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: