ClassRadVerticalDataAxis
Class
Represents the RadVerticalDataAxis for Silverlight RadDataBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadVerticalDataAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadVerticalDataAxis
Implements:
Inherited Members
Constructors
RadVerticalDataAxis()
Initializes a new instance of the RadVerticalDataAxis class.
Declaration
cs-api-definition
public RadVerticalDataAxis()
Properties
AxisColor
Get the axis color.
AxisHeight
Get the axis height.
AxisWidth
Get the axis width.
Labels
Get the list of Labels.
Declaration
cs-api-definition
public IList<DataAxisLabel> Labels { get; }
Property Value
VerticalTicks
Get the list of Vertical Ticks.
Declaration
cs-api-definition
public IList<VerticalDataAxisTick> VerticalTicks { 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