ClassRadStacked100DataBar
Class
Represents the RadStacked100DataBar for Silverlight RadDataBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadStacked100DataBar : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadStacked100DataBar
Implements:
Inherited Members
Constructors
RadStacked100DataBar()
Initializes a new instance of the RadStacked100DataBar class.
Declaration
cs-api-definition
public RadStacked100DataBar()
Properties
DataBarShapes
Get the list of RadStacked100DataBar.
Declaration
cs-api-definition
public IList<DataBarShape> DataBarShapes { get; }
Property Value
DataBarType
Get the DataBar type.
Stacked100DataBarsCount
Get the RadStacked100DataBar count.
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