Class CategoricalRadialAxis
Represents a CategoricalRadialAxis that plots categorical data.
Inheritance
System.Object
CategoricalRadialAxis
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
|