ClassRadDataBar
Class
Represents the RadDataBar for Silverlight RadDataBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadDataBar : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadDataBar
Implements:
Inherited Members
Constructors
RadDataBar()
Initializes a new instance of the RadDataBar class.
Declaration
cs-api-definition
public RadDataBar()
Properties
AxisColor
Get the axis color.
AxisHeight
Get the axis height.
AxisWidth
Get the axis width.
DataBarLabels
Get the list of Labels.
Declaration
cs-api-definition
public IList<DataBarLabel> DataBarLabels { get; }
Property Value
DataBarShape
Get the DataBarShape.
DataBarType
Get the DataBar type.
Type
Get the sparkline type.
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