ClassNumericRadialAxis
Represents a RadialAxis that plots numerical data.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class NumericRadialAxis : RadialAxis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisRadialAxisNumericRadialAxis
Implements:
Inherited Members
Constructors
NumericRadialAxis()
Initializes a new instance of the NumericRadialAxis class.
Declaration
public NumericRadialAxis()
Fields
MajorStepProperty
Identifies the MajorStep dependency property.
Declaration
public static readonly DependencyProperty MajorStepProperty
Field Value
DependencyProperty
MinorTickStyleProperty
Identifies the MinorTickStyle dependency property.
Declaration
public static readonly DependencyProperty MinorTickStyleProperty
Field Value
DependencyProperty
MinorTickTemplateProperty
Identifies the MinorTickTemplate dependency property.
Declaration
public static readonly DependencyProperty MinorTickTemplateProperty
Field Value
DependencyProperty
MinorTicksPerMajorProperty
Identifies the MinorTicksPerMajor property.
Declaration
public static readonly DependencyProperty MinorTicksPerMajorProperty
Field Value
DependencyProperty
Properties
MajorStep
Gets or sets the step of the ticks on the axis ellipse.
MinorTickLength
Gets or sets the length of the minor tick.
MinorTickOffset
Gets or sets index-based offset of the first tick to be displayed.
MinorTickStyle
Gets or sets the style for each Rectangle instance created to represent a minor tick when no MinorTickTemplate is specified. Creating a Rectangle instance per tick instead of a ContentPresenter gives a huge performance boost.
Declaration
public Style MinorTickStyle { get; set; }
Property Value
Style
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
DataTemplate
MinorTicksPerMajor
Gets or sets the number of minor ticks per major interval.
Methods
GetTickTemplate(TickType)
Gets the DataTemplate instance used to visualize the a tick with the specified TickType.
Declaration
protected override DataTemplate GetTickTemplate(TickType tickType)
Parameters
tickType
Returns
DataTemplate
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides