New to Telerik UI for WinUI? Download free 30-day trial

CategoricalRadial Axis

The CategoricalRadialAxis is a RadialAxis that plots categorical data.

Properties

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

  • MajorTickInterval (int): Gets or sets the step at which ticks are positioned.
  • 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 CategoricalRadialAxis in RadPolarChart:

Example 1: Defining a CategoricalRadialAxis

<telerikChart:RadPolarChart> 
    <telerikChart:RadPolarChart.RadialAxis> 
        <telerikChart:CategoricalRadialAxis MajorTickInterval="2"/> 
    </telerikChart:RadPolarChart.RadialAxis> 
    <!-- other chart setup goes here --> 
</telerikChart:RadPolarChart> 
In this article
Not finding the help you need?