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