ClassRadialAxis
Represents an elliptical axis.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class RadialAxis : Axis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisRadialAxis
Derived Classes:
Implements:
Inherited Members
Constructors
RadialAxis()
Initializes a new instance of the RadialAxis class.
Declaration
protected RadialAxis()
Fields
SweepDirectionProperty
Identifies the SweepDirection dependency property.
Declaration
public static readonly DependencyProperty SweepDirectionProperty
Field Value
DependencyProperty
Properties
SweepDirection
Gets or sets the sweep direction.
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
SweepDirection
Methods
OnApplyTemplate()
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.
Declaration
public override void OnApplyTemplate()
Overrides