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