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