Class RadDataAxisBase
Inheritance
System.Object
RadDataAxisBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadDataAxisBase : RadControl
Fields
Declaration
public static readonly DependencyProperty CalculatedLabelInfosProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty CalculatedMajorTicksProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty CalculatedMinorTicksProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsZeroAlignedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelsVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MajorTickLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinorTickLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TicksDistanceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public IEnumerable<DataAxisLabelInfo> CalculatedLabelInfos { get; }
Property Value
Declaration
public IEnumerable<double> CalculatedMajorTicks { get; }
Property Value
|
System.Collections.Generic.IEnumerable<System.Double>
|
Declaration
public IEnumerable<double> CalculatedMinorTicks { get; }
Property Value
|
System.Collections.Generic.IEnumerable<System.Double>
|
Declaration
public bool IsZeroAligned { get; set; }
Property Value
Declaration
public int LabelStep { get; set; }
Property Value
Declaration
public Style LabelStyle { get; set; }
Property Value
Declaration
public DataAxisLabelsVisibility LabelsVisibility { get; set; }
Property Value
Declaration
public double MajorTickLength { get; set; }
Property Value
Declaration
public double Maximum { get; set; }
Property Value
Declaration
public double Minimum { get; set; }
Property Value
Declaration
public double MinorTickLength { get; set; }
Property Value
Declaration
public double OriginValue { get; set; }
Property Value
Declaration
public double Step { get; set; }
Property Value
Declaration
public Brush Stroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double TicksDistance { get; set; }
Property Value
Methods
Declaration
protected override void OnApplyTemplate()
Overrides
Extension Methods