New to Telerik UI for WinUIStart a free 30-day trial

NumericalRadial Axis

Updated on Mar 26, 2026

The NumericalRadialAxis is a RadialAxis that plots numerical data.

Properties

The NumericalRadialAxis class inherits from the Axis class - See the inherited properties.

  • MajorStep (double): Gets or sets the step of the ticks on the axis ellipse.
  • SweepDirection (SweepDirection): Gets or sets the plot direction of the radial axis.

Example

Example 1 demonstrates how to set some of the properties of a NumericalRadialAxis in RadPolarChart:

Example 1: Defining a NumericalRadialAxis

XAML
<telerikChart:RadPolarChart>
	<telerikChart:RadPolarChart.RadialAxis>
		<telerikChart:NumericalRadialAxis MajorStep="10"/>
	</telerikChart:RadPolarChart.RadialAxis>
	<!-- other chart setup goes here -->
</telerikChart:RadPolarChart>
In this article
PropertiesExample
Not finding the help you need?
Contact Support