Class RadialAxis
Represents an elliptical axis.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class RadialAxis : Axis, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
RadialAxis()
Fields
SweepDirectionProperty
Identifies the SweepDirection dependency property.
Declaration
public static readonly DependencyProperty SweepDirectionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
SweepDirection
Gets or sets the sweep direction.
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
System.Windows.Media.SweepDirection
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. 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()