ClassRadialAxis
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public abstract class RadialAxis : Axis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementAxisRadialAxis
Derived Classes:
Implements:
Inherited Members
Constructors
RadialAxis()
Declaration
cs-api-definition
protected RadialAxis()
Fields
SweepDirectionProperty
Declaration
cs-api-definition
public static readonly RadProperty SweepDirectionProperty
Field Value
Properties
SweepDirection
Gets or sets the sweep direction.
Declaration
cs-api-definition
public SweepDirection SweepDirection { get; set; }
Property Value
Methods
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
cs-api-definition
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides