Class PolarAxis
Represents the Polar (Radius) axis within a Rad
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PolarAxis : LineAxis, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
PolarAxis()
Fields
MajorStepProperty
Identifies the Major
Declaration
public static readonly DependencyProperty MajorStepProperty
Field Value
System.
|
MaximumProperty
Identifies the Maximum dependency property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
System.
|
MinimumProperty
Identifies the Minimum dependency property.
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
System.
|
MinorTicksPerMajorProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorTicksPerMajorProperty
Field Value
System.
|
MinorTickStyleProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorTickStyleProperty
Field Value
System.
|
MinorTickTemplateProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorTickTemplateProperty
Field Value
System.
|
Properties
ActualRange
Gets the actual range used by the axis to plot data points.
Declaration
public ValueRange<double> ActualRange { get; }
Property Value
Value
|
MajorStep
Gets or sets the major step between each axis tick. By default the axis itself will calculate the major step, depending on the plotted data points.
Declaration
public double MajorStep { get; set; }
Property Value
System.
|
Remarks
You can reset this property by setting it to 0 to restore the default behavior.
Maximum
Gets or sets the user-defined maximum of the axis. By default the axis itself will calculate the maximum, depending on the maximum of the plotted data points.
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Remarks
You can reset this property by setting it to double.PositiveInfinity to restore the default behavior.
Minimum
Gets or sets the user-defined minimum of the axis. By default the axis itself will calculate the minimum, depending on the minimum of the plotted data points.
Declaration
public double Minimum { get; set; }
Property Value
System.
|
Remarks
You can reset this property by setting it to double.NegativeInfinity to restore the default behavior.
MinorTickLength
Gets or sets the length of the minor tick.
Declaration
public double MinorTickLength { get; set; }
Property Value
System.
|
MinorTickOffset
Gets or sets index-based offset of the first tick to be displayed.
Declaration
public int MinorTickOffset { get; set; }
Property Value
System.
|
MinorTicksPerMajor
Gets or sets the number of minor ticks per major interval.
Declaration
public int MinorTicksPerMajor { get; set; }
Property Value
System.
|
MinorTickStyle
Gets or sets the style for each System.
Declaration
public Style MinorTickStyle { get; set; }
Property Value
System.
|
MinorTickTemplate
Gets or sets the template that defines the appearance of all minor ticks present on the axis.
Declaration
public DataTemplate MinorTickTemplate { get; set; }
Property Value
System.
|
Methods
GetTickTemplate(TickType)
Gets the System.
Declaration
protected override DataTemplate GetTickTemplate(TickType tickType)
Parameters
Tick
|
Returns
System.
|
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |