Class NumericalAxis
Inheritance
System.Object
NumericalAxis
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class NumericalAxis : CartesianAxis, IChartElementPresenter, IElementPresenter
Constructors
NumericalAxis()
Declaration
protected NumericalAxis()
Fields
DesiredTickCountProperty
Declaration
public static readonly DependencyProperty DesiredTickCountProperty
Field Value
Microsoft.
|
MaximumProperty
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
Microsoft.
|
MinorTicksPerMajorProperty
Declaration
public static readonly DependencyProperty MinorTicksPerMajorProperty
Field Value
Microsoft.
|
MinorTickStyleProperty
Declaration
public static readonly DependencyProperty MinorTickStyleProperty
Field Value
Microsoft.
|
MinorTickTemplateProperty
Declaration
public static readonly DependencyProperty MinorTickTemplateProperty
Field Value
Microsoft.
|
RangeExtendDirectionProperty
Declaration
public static readonly DependencyProperty RangeExtendDirectionProperty
Field Value
Microsoft.
|
Properties
ActualRange
DesiredTickCount
Declaration
public int DesiredTickCount { get; set; }
Property Value
System.
|
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.
|
MinorTickLength
Declaration
public double MinorTickLength { get; set; }
Property Value
System.
|
MinorTickOffset
Declaration
public int MinorTickOffset { get; set; }
Property Value
System.
|
MinorTicksPerMajor
Declaration
public int MinorTicksPerMajor { get; set; }
Property Value
System.
|
MinorTickStyle
Declaration
public Style MinorTickStyle { get; set; }
Property Value
Microsoft.
|
MinorTickTemplate
Declaration
public DataTemplate MinorTickTemplate { get; set; }
Property Value
Microsoft.
|
RangeExtendDirection
Declaration
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }
Property Value
Methods
GetTickTemplate(TickType)
Declaration
protected override DataTemplate GetTickTemplate(TickType tickType)
Parameters
Tick
|
Returns
Microsoft.
|