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.UI.Xaml.DependencyProperty
|
MaximumProperty
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MinimumProperty
Declaration
public static readonly DependencyProperty MinimumProperty
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
|
RangeExtendDirectionProperty
Declaration
public static readonly DependencyProperty RangeExtendDirectionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
ActualRange
DesiredTickCount
Declaration
public int DesiredTickCount { get; set; }
Property Value
|
System.Int32
|
Maximum
Declaration
public double Maximum { get; set; }
Property Value
|
System.Double
|
Minimum
Declaration
public double Minimum { 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
|
RangeExtendDirection
Declaration
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }
Property Value
|
NumericalAxisRangeExtendDirection
|
Methods
GetTickTemplate(TickType)
Declaration
protected override DataTemplate GetTickTemplate(TickType tickType)
Parameters
|
TickType
tickType
|
Returns
|
Microsoft.UI.Xaml.DataTemplate
|