Class CategoricalRadialAxis
Represents a CategoricalRadialAxis that plots categorical data.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CategoricalRadialAxis : RadialAxis, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
CategoricalRadialAxis()
Initializes a new instance of the CategoricalRadialAxis class.
Declaration
public CategoricalRadialAxis()
Properties
MajorTickInterval
Gets or sets the step at which ticks are positioned.
Declaration
public int MajorTickInterval { get; set; }
Property Value
System.Int32
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |