Class PolarAxis
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarAxis : LineAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
PolarAxis()
Properties
MajorStep
Gets or sets a value indicating the frequency of the ticks.
Declaration
public double MajorStep { get; set; }
Property Value
System.Double
|
Maximum
Gets or sets the maximum value displayed on the polar axis.
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Gets or sets the minimum value displayed on the polar axis.
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|