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