Class NumericRadialAxis
Represents a Radial
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class NumericRadialAxis : RadialAxis, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
NumericRadialAxis()
Fields
MajorStepProperty
Identifies the Major
Declaration
public static readonly DependencyProperty MajorStepProperty
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
MajorStep
Gets or sets the step of the ticks on the axis ellipse.
Declaration
public double MajorStep { get; set; }
Property Value
System.
|
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. |