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