ClassRadialAxis
Class
Represents an elliptical axis.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class RadialAxis : Axis, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterAxisRadialAxis
Derived Classes:
Implements:
Inherited Members
Constructors
RadialAxis()
Initializes a new instance of the RadialAxis class.
Declaration
cs-api-definition
protected RadialAxis()
Fields
SweepDirectionProperty
Identifies the SweepDirection property.
Declaration
cs-api-definition
public static readonly DependencyProperty SweepDirectionProperty
Field Value
DependencyProperty
Properties
SweepDirection
Gets or sets a value that specifies in which direction the axis will plot its data.
Declaration
cs-api-definition
public SweepDirection SweepDirection { get; set; }
Property Value
SweepDirection
Methods
ApplyTemplateCore()
Adds the axis ellipse shape to the visual tree.
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
cs-api-definition
protected override void UnapplyTemplateCore()
Overrides