Class Axis
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class Axis : ChartElementPresenter, IChartElementPresenter, IElementPresenter
Constructors
Axis()
Declaration
protected Axis()
Fields
LabelCreatorProperty
Declaration
public static readonly DependencyProperty LabelCreatorProperty
Field Value
Microsoft.
|
LabelFitModeProperty
Declaration
public static readonly DependencyProperty LabelFitModeProperty
Field Value
Microsoft.
|
LabelFormatProperty
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
Microsoft.
|
LabelFormatterProperty
Declaration
public static readonly DependencyProperty LabelFormatterProperty
Field Value
Microsoft.
|
LabelIntervalProperty
Declaration
public static readonly DependencyProperty LabelIntervalProperty
Field Value
Microsoft.
|
LabelRotationAngleProperty
Declaration
public static readonly DependencyProperty LabelRotationAngleProperty
Field Value
Microsoft.
|
LabelStyleProperty
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
Microsoft.
|
LabelTemplateProperty
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Microsoft.
|
LabelTemplateSelectorProperty
Declaration
public static readonly DependencyProperty LabelTemplateSelectorProperty
Field Value
Microsoft.
|
LineStyleProperty
Declaration
public static readonly DependencyProperty LineStyleProperty
Field Value
Microsoft.
|
MajorTickStyleProperty
Declaration
public static readonly DependencyProperty MajorTickStyleProperty
Field Value
Microsoft.
|
MajorTickTemplateProperty
Declaration
public static readonly DependencyProperty MajorTickTemplateProperty
Field Value
Microsoft.
|
ShowLabelsProperty
Declaration
public static readonly DependencyProperty ShowLabelsProperty
Field Value
Microsoft.
|
TitleProperty
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
Microsoft.
|
TitleTemplateProperty
Declaration
public static readonly DependencyProperty TitleTemplateProperty
Field Value
Microsoft.
|
Properties
LabelCreator
LabelFitMode
LabelFormat
Declaration
public string LabelFormat { get; set; }
Property Value
System.
|
LabelFormatter
LabelInterval
Declaration
public int LabelInterval { get; set; }
Property Value
System.
|
LabelOffset
Declaration
public int LabelOffset { get; set; }
Property Value
System.
|
LabelRotationAngle
Declaration
public double LabelRotationAngle { get; set; }
Property Value
System.
|
LabelStyle
Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.
|
LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Microsoft.
|
LabelTemplateSelector
Declaration
public DataTemplateSelector LabelTemplateSelector { get; set; }
Property Value
Microsoft.
|
LastLabelVisibility
Declaration
public AxisLastLabelVisibility LastLabelVisibility { get; set; }
Property Value
LineStyle
Declaration
public Style LineStyle { get; set; }
Property Value
Microsoft.
|
MajorTickLength
Declaration
public double MajorTickLength { get; set; }
Property Value
System.
|
MajorTickOffset
Declaration
public int MajorTickOffset { get; set; }
Property Value
System.
|
MajorTickStyle
Declaration
public Style MajorTickStyle { get; set; }
Property Value
Microsoft.
|
MajorTickTemplate
Declaration
public DataTemplate MajorTickTemplate { get; set; }
Property Value
Microsoft.
|
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
System.
|
TickThickness
Declaration
public double TickThickness { get; set; }
Property Value
System.
|
Title
Declaration
public object Title { get; set; }
Property Value
System.
|
TitleTemplate
Declaration
public DataTemplate TitleTemplate { get; set; }
Property Value
Microsoft.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
GetTickTemplate(TickType)
Declaration
protected virtual DataTemplate GetTickTemplate(TickType tickType)
Parameters
Tick
|
Returns
Microsoft.
|
MeasureNodeOverride(Node, Object)
Declaration
protected override RadSize MeasureNodeOverride(Node node, object content)
Parameters
Node
node
|
System.
|
Returns
Overrides
OnAttached()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnDetached(RadChartBase)
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()