Class RadDataAxis
Inheritance
System.Object
RadDataAxis
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadDataAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadDataAxis()
Declaration
public RadDataAxis()
Properties
AxisColor
AxisHeight
Declaration
public double AxisHeight { get; }
Property Value
System.Double
|
AxisWidth
Declaration
public double AxisWidth { get; }
Property Value
System.Double
|
HorizontalTicks
Declaration
public IList<HorizontalDataAxisTick> HorizontalTicks { get; }
Property Value
System.Collections.Generic.IList<HorizontalDataAxisTick>
|
Labels
Declaration
public IList<DataAxisLabel> Labels { get; }
Property Value
System.Collections.Generic.IList<DataAxisLabel>
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|