ClassRadDataAxis
Class
Represents the RadDataAxis for Silverlight RadDataBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadDataAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadDataAxis
Implements:
Inherited Members
Constructors
RadDataAxis()
Initializes a new instance of the RadDataAxis class.
Declaration
cs-api-definition
public RadDataAxis()
Properties
AxisColor
Get the axis color.
AxisHeight
Get the axis height.
AxisWidth
Get the axis width.
HorizontalTicks
Get the list of Horizontal Ticks.
Declaration
cs-api-definition
public IList<HorizontalDataAxisTick> HorizontalTicks { get; }
Property Value
Labels
Get the list of Labels.
Declaration
cs-api-definition
public IList<DataAxisLabel> Labels { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides