Class PolarAxis
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PolarAxis : LineAxis, IChartElementPresenter, IElementPresenter
Constructors
PolarAxis()
Declaration
public PolarAxis()
Fields
MajorStepProperty
Declaration
public static readonly DependencyProperty MajorStepProperty
Field Value
Microsoft.
|
MaximumProperty
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
Microsoft.
|
MinorTicksPerMajorProperty
Declaration
public static readonly DependencyProperty MinorTicksPerMajorProperty
Field Value
Microsoft.
|
MinorTickStyleProperty
Declaration
public static readonly DependencyProperty MinorTickStyleProperty
Field Value
Microsoft.
|
MinorTickTemplateProperty
Declaration
public static readonly DependencyProperty MinorTickTemplateProperty
Field Value
Microsoft.
|
Properties
ActualRange
MajorStep
Declaration
public double MajorStep { get; set; }
Property Value
System.
|
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.
|
MinorTickLength
Declaration
public double MinorTickLength { get; set; }
Property Value
System.
|
MinorTickOffset
Declaration
public int MinorTickOffset { get; set; }
Property Value
System.
|
MinorTicksPerMajor
Declaration
public int MinorTicksPerMajor { get; set; }
Property Value
System.
|
MinorTickStyle
Declaration
public Style MinorTickStyle { get; set; }
Property Value
Microsoft.
|
MinorTickTemplate
Declaration
public DataTemplate MinorTickTemplate { get; set; }
Property Value
Microsoft.
|
Methods
GetTickTemplate(TickType)
Declaration
protected override DataTemplate GetTickTemplate(TickType tickType)
Parameters
Tick
|
Returns
Microsoft.
|