Class RadDataAxisBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadDataAxisBase : RadControl
Fields
CalculatedLabelInfosProperty
Declaration
public static readonly DependencyProperty CalculatedLabelInfosProperty
Field Value
Microsoft.
|
CalculatedMajorTicksProperty
Declaration
public static readonly DependencyProperty CalculatedMajorTicksProperty
Field Value
Microsoft.
|
CalculatedMinorTicksProperty
Declaration
public static readonly DependencyProperty CalculatedMinorTicksProperty
Field Value
Microsoft.
|
IsZeroAlignedProperty
Declaration
public static readonly DependencyProperty IsZeroAlignedProperty
Field Value
Microsoft.
|
LabelFormatProperty
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
Microsoft.
|
LabelStepProperty
Declaration
public static readonly DependencyProperty LabelStepProperty
Field Value
Microsoft.
|
LabelStyleProperty
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
Microsoft.
|
LabelsVisibilityProperty
Declaration
public static readonly DependencyProperty LabelsVisibilityProperty
Field Value
Microsoft.
|
MajorTickLengthProperty
Declaration
public static readonly DependencyProperty MajorTickLengthProperty
Field Value
Microsoft.
|
MaximumProperty
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
Microsoft.
|
MinorTickLengthProperty
Declaration
public static readonly DependencyProperty MinorTickLengthProperty
Field Value
Microsoft.
|
OriginValueProperty
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
Microsoft.
|
StepProperty
Declaration
public static readonly DependencyProperty StepProperty
Field Value
Microsoft.
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Microsoft.
|
TicksDistanceProperty
Declaration
public static readonly DependencyProperty TicksDistanceProperty
Field Value
Microsoft.
|
Properties
CalculatedLabelInfos
Declaration
public IEnumerable<DataAxisLabelInfo> CalculatedLabelInfos { get; }
Property Value
System.
|
CalculatedMajorTicks
Declaration
public IEnumerable<double> CalculatedMajorTicks { get; }
Property Value
System.
|
CalculatedMinorTicks
Declaration
public IEnumerable<double> CalculatedMinorTicks { get; }
Property Value
System.
|
IsZeroAligned
Declaration
public bool IsZeroAligned { get; set; }
Property Value
System.
|
LabelFormat
Declaration
public string LabelFormat { get; set; }
Property Value
System.
|
LabelStep
Declaration
public int LabelStep { get; set; }
Property Value
System.
|
LabelStyle
Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.
|
LabelsVisibility
Declaration
public DataAxisLabelsVisibility LabelsVisibility { get; set; }
Property Value
MajorTickLength
Declaration
public double MajorTickLength { 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.
|
OriginValue
Declaration
public double OriginValue { get; set; }
Property Value
System.
|
Step
Declaration
public double Step { get; set; }
Property Value
System.
|
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Microsoft.
|
TicksDistance
Declaration
public double TicksDistance { get; set; }
Property Value
System.
|