RadialAxis
Class
Represents an elliptical axis.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public abstract class RadialAxis : Axis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisRadialAxis...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadialAxis class.
C#
protected RadialAxis()
Fields
SweepDirectionProperty
DependencyProperty
Identifies the SweepDirection dependency property.
C#
public static readonly DependencyProperty SweepDirectionProperty
Properties
SweepDirection
SweepDirection
Gets or sets the sweep direction.
C#
public SweepDirection SweepDirection { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
C#
public override void OnApplyTemplate()
Overrides: