NumericRadialAxis
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
Initializes a new instance of the NumericRadialAxis class.
public NumericRadialAxis()
Fields
MajorStepProperty
DependencyProperty
Identifies the MajorStep dependency property.
public static readonly DependencyProperty MajorStepProperty
MinorTicksPerMajorProperty
DependencyProperty
Identifies the MinorTicksPerMajor property.
public static readonly DependencyProperty MinorTicksPerMajorProperty
MinorTickStyleProperty
DependencyProperty
Identifies the MinorTickStyle dependency property.
public static readonly DependencyProperty MinorTickStyleProperty
MinorTickTemplateProperty
DependencyProperty
Identifies the MinorTickTemplate dependency property.
public static readonly DependencyProperty MinorTickTemplateProperty
Properties
Gets or sets the step of the ticks on the axis ellipse.
public double MajorStep { get; set; }
Gets or sets the length of the minor tick.
public double MinorTickLength { get; set; }
Gets or sets index-based offset of the first tick to be displayed.
public int MinorTickOffset { get; set; }
Gets or sets the number of minor ticks per major interval.
public int MinorTicksPerMajor { get; set; }
MinorTickStyle
Style
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.
public Style MinorTickStyle { get; set; }
MinorTickTemplate
DataTemplate
Gets or sets the template that defines the appearance of all minor ticks present on the axis.
public DataTemplate MinorTickTemplate { get; set; }
Methods
GetTickTemplate(TickType)
DataTemplate
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: